https://github.com/benbb96/test-vue-3
Just testing Vue 3 this weekend
https://github.com/benbb96/test-vue-3
testing vuejs
Last synced: over 1 year ago
JSON representation
Just testing Vue 3 this weekend
- Host: GitHub
- URL: https://github.com/benbb96/test-vue-3
- Owner: Benbb96
- Created: 2021-04-23T09:36:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T21:56:34.000Z (over 4 years ago)
- Last Synced: 2025-01-30T17:51:59.474Z (over 1 year ago)
- Topics: testing, vuejs
- Language: Vue
- Homepage: https://vue-trackers.onrender.com/
- Size: 409 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-vue-3
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).