Table/README.md
2018-08-03 15:59:37 +08:00

27 lines
281 B
Markdown

# web-gantt
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Run your unit tests
```
npm run test:unit
```