https://github.com/jefwillems/schans-frontend
static webpage for a family domain.
https://github.com/jefwillems/schans-frontend
vue vuex webpack
Last synced: 3 months ago
JSON representation
static webpage for a family domain.
- Host: GitHub
- URL: https://github.com/jefwillems/schans-frontend
- Owner: Jefwillems
- License: agpl-3.0
- Created: 2018-05-29T14:20:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:31:35.000Z (over 3 years ago)
- Last Synced: 2023-03-03T09:01:00.421Z (over 3 years ago)
- Topics: vue, vuex, webpack
- Language: JavaScript
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# schans-frontend
> 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 all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).