juliandavidmr / Template-SailsJS-Vue

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 75.0%Language:HTML 24.4%Language:CSS 0.3%Language:Vue 0.3%