Joe Fleming 29c2b69b72 Merge pull request #3 from w33ble/snyk-fix-69b470c6
[Snyk] Fix for 2 vulnerable dependency paths
2017-08-02 08:22:43 -07:00
2017-01-26 17:30:38 -07:00
2017-01-22 14:22:50 -07:00
2017-02-20 11:46:42 -07:00
2017-03-26 19:31:28 +05:30
2017-03-21 19:44:34 -07:00
2017-01-21 15:11:04 -07:00
2017-01-21 15:11:04 -07:00
2017-02-14 20:06:03 -07:00
2017-01-22 14:22:50 -07:00
2017-01-21 15:11:04 -07:00
2017-01-22 14:49:46 -07:00
2017-01-22 14:49:46 -07:00
2017-03-21 19:44:34 -07:00

loopback-vue-app

Loopback + Vue.js + Webpack boilerplate app.

Use

Install your dependencies (developed with yarn) and write your app.

Includes several scripts to help you out.

Scripts

dev: Start the dev server, with webpack bundling and hot module reloading

lint: Lints the project

test: Runs tests, and follows up with linting and advisory check using nsp

build: Create the bundled client build and write output to /client

start: Starts the server in production mode (requires that you ran build previously)

Development

  • Changes to /server or /common restart the server via nodemon
  • Changes to /src rebuild the client-side code via webpack
  • Hot module reloading is used to push changes directly to your browser without reloading

Production

Build the frontend, (re)install modules with --production flag, and run npm start.

Description
outdated and incomplete little vue demo, with some useful express webpack middleware
Readme 145 KiB
Languages
JavaScript 57.5%
Vue 39.1%
Sass 2.3%
HTML 1.1%