/vueJs

Primary LanguageVue

Getting started

This project uses a local Express server to serve the application, and gulp for compiling resources. Once you have extracted the project into a folder, you should be able to get up and running by executing the following:

Install project dependencies

npm install -g gulp-cli
npm install

*Tested with node v6.10.0

Build front end resources

gulp
// or
gulp watch

Run local development server

npm start

Accessible at http://localhost:3000

References

A list of useful links that may assist you in your work: