joepavitt / vue-pwa-boilerplate

Template generated from vue pwa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue & Electron

A Vue.js application, with an NodeJS Express API, wrapped with Electron (optional) project.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
# spawns a production server to proxy the api to
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# serve for production
npm run prod

Run as Electron (OSx/Windows Native)

Install Electron globall:

sudo npm install -g electron

Run the web server with:

npm run dev

In another terminal window/tab, run:

electron .

Extra Stuff

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

Template generated from vue pwa


Languages

Language:JavaScript 69.6%Language:Vue 25.1%Language:HTML 5.2%Language:CSS 0.1%