https://github.com/juliandavidmr/template-sailsjs-vue
Two independent projects (BackEnd and FrontEnd) working as one. A Sails application.
https://github.com/juliandavidmr/template-sailsjs-vue
backend frontend sailsjs template vuejs
Last synced: about 2 months ago
JSON representation
Two independent projects (BackEnd and FrontEnd) working as one. A Sails application.
- Host: GitHub
- URL: https://github.com/juliandavidmr/template-sailsjs-vue
- Owner: juliandavidmr
- Created: 2017-06-22T19:52:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T14:51:45.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T18:21:25.463Z (about 2 months ago)
- Topics: backend, frontend, sailsjs, template, vuejs
- Language: JavaScript
- Homepage:
- Size: 597 KB
- Stars: 16
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Base - VueJS & SailsJS
Two independent projects _(BackEnd and FrontEnd)_ working as one. A [Sails](http://sailsjs.org) application.
## Features
- Webpack for VueJS.
- Grunt for SailsJS.
- ES6 VueJS
- Routing & Components
- Generate and build vue templates
- All the features of sails & vue.## Usage
``` bash
# 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
``` bash
# run server
sails lift
```## Build Setup _(VueJS)_
``` bash
# 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