This project has a unique purpose: turn simple starting a project with Vue.js
Where we keep configurations of webpack
Pure static assets (directly copied)
Source folder
Where we keep images, fonts and others media stuff.
PS: This folder will be processed by webpack
Shared components folder
Where we keep all layouts used in project
header
,footer
components and main layout wrapper
Router instance and routing declaration
index
- router initialization.
Global style folder (partials, variables, mixins, reset)
Page folders (components that are routed)
Main app component
Root app initialization file.
# clone repo
git clone https://github.com/paulodsn/vue-simple-boilerplate.git
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build