Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilomurer/vue-test
Vue Test Application
https://github.com/danilomurer/vue-test
Last synced: 4 days ago
JSON representation
Vue Test Application
- Host: GitHub
- URL: https://github.com/danilomurer/vue-test
- Owner: DaniloMurer
- Created: 2021-07-31T13:16:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T13:16:59.000Z (over 3 years ago)
- Last Synced: 2024-10-11T15:44:59.915Z (28 days ago)
- Language: Vue
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-test
## 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/).