Table/README.md
2018-08-23 11:18:23 +08:00

32 lines
291 B
Markdown

# table_dropdown
## 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
```