3d082f63f55f46ca79b7d93900826912a8d4b5c0
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
/serveror/commonrestart the server vianodemon - Changes to
/srcrebuild the client-side code viawebpack - 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
Languages
JavaScript
57.5%
Vue
39.1%
Sass
2.3%
HTML
1.1%