https://github.com/baumannzone/workshop-vue-css-ufv
Workshop - vue.js + css - Universidad Francisco de Vitoria
https://github.com/baumannzone/workshop-vue-css-ufv
bootstrap4 css html js vue vuejs2
Last synced: 3 months ago
JSON representation
Workshop - vue.js + css - Universidad Francisco de Vitoria
- Host: GitHub
- URL: https://github.com/baumannzone/workshop-vue-css-ufv
- Owner: baumannzone
- License: mit
- Created: 2017-10-05T09:52:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T17:28:37.000Z (over 7 years ago)
- Last Synced: 2025-05-14T22:42:37.058Z (about 1 year ago)
- Topics: bootstrap4, css, html, js, vue, vuejs2
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workshop-vue-css-ufv
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).