DamienBell / VueStarter

Functional Vue Starter based off of vue-loader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueStarter

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
# api server will run on localhost:3000
npm run server
npm run dev

# build for production with minification
# front-end and api runs on localhost:3000
npm run build
npm run server

For detailed explanation on how things work, consult the docs for vue-loader.

This is a MakeItMobile Vue starter based on vue-loader. With this starter we have a project with a Bootstrap 4, a basic API wrapper, front-end router, Bus for connecting components that need to go up the chain, and a webpack backend proxie which allows us to run webpack and our backend api.

About

Functional Vue Starter based off of vue-loader.


Languages

Language:CSS 58.3%Language:JavaScript 23.1%Language:Vue 16.2%Language:HTML 2.4%