Skip to content

Commit ef7fe50

Browse files
author
Walker Leite
committed
doc(README): add features
1 parent 7b17fc5 commit ef7fe50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
2027
3. `server`: Loopback server files
2128
4. `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
```

0 commit comments

Comments
 (0)