https://github.com/gkevinb/vue-demo
Vue demo to deploy on Github Pages
https://github.com/gkevinb/vue-demo
github-pages vue vue-cli vuejs
Last synced: 3 months ago
JSON representation
Vue demo to deploy on Github Pages
- Host: GitHub
- URL: https://github.com/gkevinb/vue-demo
- Owner: gkevinb
- Created: 2020-02-15T15:33:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:26:01.000Z (over 2 years ago)
- Last Synced: 2025-02-07T16:48:23.817Z (5 months ago)
- Topics: github-pages, vue, vue-cli, vuejs
- Language: Vue
- Homepage: https://gaborkevinbarta.com/vue-demo/
- Size: 427 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-demo
## 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/).