File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
55
66> This template is for Vue 2.x ** only** with [ vue-cli] ( https://github.com/vuejs/vue-cli ) .
77
8+ ## Features
9+
10+ * Loopback service using [ axios] ( https://github.com/axios/axios ) at ` client/services/loopback ` ;
11+ * Full authentication support, by default the account listed in ` server/initial-data/maintenance-account.json ` is created;
12+ * Ajax Async queue module in ` client/modules/async ` (useful to see if and how many requests are being made to the server);
13+ * [ CSS Modules] ( https://github.com/css-modules/css-modules ) , [ Sass] ( https://sass-lang.com/ ) and [ Bootstrap Vue] ( https://bootstrap-vue.js.org ) .
14+ *
815## Usage
916
1017```
@@ -20,13 +27,6 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
20273 . ` server ` : Loopback server files
21284 . ` test ` : Unit test
2229
23- ## Features
24-
25- * Loopback service using [ axios] ( https://github.com/axios/axios ) at ` client/services/loopback ` ;
26- * Full authentication support, by default the account listed in ` server/initial-data/maintenance-account.json ` is created;
27- * Ajax Async queue module in ` client/modules/async ` (useful to see if and how many requests are being made to the server);
28- * [ CSS Modules] ( https://github.com/css-modules/css-modules ) , [ Sass] ( https://sass-lang.com/ ) and [ Bootstrap Vue] ( https://bootstrap-vue.js.org ) .
29-
3030## Linting
3131
3232```
You can’t perform that action at this time.
0 commit comments