l-assiette/README.md

27 lines
272 B
Markdown
Raw Normal View History

2018-10-14 02:20:15 +00:00
# ihc-router
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```