File tree 1 file changed +7
-7
lines changed 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
5
5
6
6
> This template is for Vue 2.x ** only** with [ vue-cli] ( https://github.com/vuejs/vue-cli ) .
7
7
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
+ *
8
15
## Usage
9
16
10
17
```
@@ -20,13 +27,6 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
20
27
3 . ` server ` : Loopback server files
21
28
4 . ` test ` : Unit test
22
29
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
-
30
30
## Linting
31
31
32
32
```
You can’t perform that action at this time.
0 commit comments