2018-08-14 11:38:41 +08:00
|
|
|
# table_dropdown
|
2018-08-03 15:59:37 +08:00
|
|
|
|
|
|
|
## Project setup
|
2018-08-23 11:18:23 +08:00
|
|
|
|
2018-08-03 15:59:37 +08:00
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
2018-08-23 11:18:23 +08:00
|
|
|
|
2018-08-03 15:59:37 +08:00
|
|
|
```
|
|
|
|
npm run serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
2018-08-23 11:18:23 +08:00
|
|
|
|
2018-08-03 15:59:37 +08:00
|
|
|
```
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
2018-08-23 11:18:23 +08:00
|
|
|
|
2018-08-03 15:59:37 +08:00
|
|
|
```
|
|
|
|
npm run lint
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run your unit tests
|
2018-08-23 11:18:23 +08:00
|
|
|
|
2018-08-03 15:59:37 +08:00
|
|
|
```
|
|
|
|
npm run test:unit
|
|
|
|
```
|