https://github.com/code-raisan/vuespa
https://github.com/code-raisan/vuespa
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-raisan/vuespa
- Owner: code-raisan
- Created: 2021-06-19T17:27:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T17:38:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T07:29:57.850Z (over 1 year ago)
- Language: Vue
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuespa
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).