https://github.com/willvrd/vuetify-testing
Basic example with Vuetify
https://github.com/willvrd/vuetify-testing
Last synced: about 2 months ago
JSON representation
Basic example with Vuetify
- Host: GitHub
- URL: https://github.com/willvrd/vuetify-testing
- Owner: willvrd
- Created: 2019-07-25T01:39:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:19:13.000Z (over 2 years ago)
- Last Synced: 2025-01-15T21:06:09.642Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# base2
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).