https://github.com/dylanlott/builtright-vue
Vue2 client for the BuiltRight application
https://github.com/dylanlott/builtright-vue
vue-router vue2 vuetify vuex
Last synced: about 1 year ago
JSON representation
Vue2 client for the BuiltRight application
- Host: GitHub
- URL: https://github.com/dylanlott/builtright-vue
- Owner: dylanlott
- Created: 2017-01-16T07:09:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T01:30:41.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T01:29:46.122Z (over 1 year ago)
- Topics: vue-router, vue2, vuetify, vuex
- Language: Vue
- Homepage: https://www.builtrightapp.com
- Size: 323 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-webpack
> 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
```
## Starting Docker Image
Build the image
`$ docker build -t hivemindapps/builtright-nginx:latest .`
Run it from local or server
`$ docker run --name builtright-nginx -p 8084:80 -d hivemindapps/builtright-nginx:latest`
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).