https://github.com/devxarif/vue3-fresh
https://github.com/devxarif/vue3-fresh
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devxarif/vue3-fresh
- Owner: devxarif
- Created: 2020-12-02T14:41:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T14:43:19.000Z (over 5 years ago)
- Last Synced: 2026-01-31T16:28:06.020Z (5 months ago)
- Language: Vue
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3
## 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/).