Manage your bookmarks from everywhere ! Bookmark It
Librairies • Installation • License • Authors
- VueJs
- Vuex
$ npm install
$ npm run dev
$ npm run build
$ npm run lint
Add to package.json
"electron-devtools-installer": "^2.0.1",
"electron": "^1.4.2",
In build/server.js replace
`webpack-hot-middleware/client?reload=true`,
by
`webpack-hot-middleware/client?reload=true&path=http://localhost:${port}/__webpack_hmr`,
and uncomment
webpackConfig.output.publicPath = `http://localhost:${port}/assets/`
In build/config.js uncomment
electron: true,
Set to relative path for publicPath ./
Finally launch electron app with th server running
npm run app
Distributed under the MIT license.
Backend Alex Sibony – sibony.alexandre@gmail.com
Fullstack Julien Rougeron – Portoflio – julien.rougeron@gmail.com