Two independent projects (BackEnd and FrontEnd) working as one. A Sails application.
- Webpack for VueJS.
- Grunt for SailsJS.
- ES6 VueJS
- Routing & Components
- Generate and build vue templates
- All the features of sails & vue.
# 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
sails lift
# 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