2018-08-21 10:09:21 +08:00
|
|
|
<<<<<<< HEAD
|
2018-08-03 15:59:37 +08:00
|
|
|
# web-gantt
|
2018-08-21 10:09:21 +08:00
|
|
|
=======
|
2018-08-14 11:38:41 +08:00
|
|
|
# table_dropdown
|
2018-08-21 10:09:21 +08:00
|
|
|
>>>>>>> dev-mq
|
2018-08-03 15:59:37 +08:00
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|