An open API service indexing awesome lists of open source software.

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

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).