Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwdeane/my-vue-app
Vue starter for demo SPA purposes
https://github.com/jwdeane/my-vue-app
Last synced: 30 days ago
JSON representation
Vue starter for demo SPA purposes
- Host: GitHub
- URL: https://github.com/jwdeane/my-vue-app
- Owner: jwdeane
- Created: 2022-03-29T01:42:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T01:42:44.000Z (almost 3 years ago)
- Last Synced: 2024-06-12T13:07:11.638Z (7 months ago)
- Language: Vue
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-vue-app
## 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/).