Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smakosh/vue-test-app
Test Vue app for a Vue workshop
https://github.com/smakosh/vue-test-app
Last synced: about 14 hours ago
JSON representation
Test Vue app for a Vue workshop
- Host: GitHub
- URL: https://github.com/smakosh/vue-test-app
- Owner: smakosh
- Created: 2022-03-13T23:59:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T09:57:41.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T05:52:02.723Z (about 1 month ago)
- Language: Vue
- Size: 120 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-app
## 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/).