https://github.com/interacto/example-vuejs
https://github.com/interacto/example-vuejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/interacto/example-vuejs
- Owner: interacto
- Created: 2021-06-09T07:38:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T09:12:07.000Z (almost 5 years ago)
- Last Synced: 2025-10-28T20:10:17.085Z (7 months ago)
- Language: Vue
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example-vuejs
## 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/).