Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniesy/vue-tabs
https://github.com/daniesy/vue-tabs
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniesy/vue-tabs
- Owner: daniesy
- Created: 2020-08-25T00:08:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T23:59:59.000Z (about 4 years ago)
- Last Synced: 2024-10-31T18:57:13.554Z (6 days ago)
- Language: Vue
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-tabs
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).