Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 797 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 797 Bytes

Template Base - VueJS & SailsJS

Two independent projects (BackEnd and FrontEnd) working as one. A Sails application.

Features

  • Webpack for VueJS.
  • Grunt for SailsJS.
  • ES6 VueJS
  • Routing & Components
  • Generate and build vue templates
  • All the features of sails & vue.

Usage

# clone repo
git clone https://github.com/juliandavidmr/Template-SailsJS-Vue

# change folder
cd Template-SailsJS-Vue

# install dependencies
npm install # or yarn

Run server SailsJS

# run server
sails lift

Build Setup (VueJS)

# 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

License MIT