https://github.com/jorgermduarte/vue-app
https://github.com/jorgermduarte/vue-app
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorgermduarte/vue-app
- Owner: jorgermduarte
- License: mit
- Created: 2023-05-04T14:40:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T20:13:41.000Z (over 2 years ago)
- Last Synced: 2025-03-02T10:46:58.774Z (7 months ago)
- Language: Vue
- Size: 8.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oasis
## 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/).