-
I use [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack) for my project. When I run `npm run build`, it failed:
ERROR in static/js/vendor.dbf8285a776d6787fe14.js from UglifyJs
…
-
### Version
13.0.0
### Reproduction link
[https://github.com/select/audius](https://github.com/select/audius)
### Steps to reproduce
```
git clone git@github.com:select/audius.git
cd audius…
-
* **Version**: electron-builder v19.16.3
* **Target**: linux .deb
When building for linux (deb), I get this error:
```
Building deb
Error: Please specify project homepage, see https://github.…
popod updated
7 years ago
-
I've put out a call on Twitter to anyone presenting at CampJS for global modules, clone-able starter projects, or cheat sheets that will help people participate faster without thrashing the WiFi.
A…
-
I'm opening this issue because npm is crashing.
This message is showed:
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!
npm ERR…
-
http://electron.atom.io/
Adon says:
[...]have a Vue.js app that runs offline (if using a laptop can use http://electron.atom.io/ ) and uses localforage to manage data, until it syncs to the main Dja…
-
I have a custom plugin to auto save and load the state, but I prefer to use [localForage](https://github.com/localForage/localForage) over localStorage. Since localForage only relies on async methods,…
-
Sending a **verification url** to user's email is the old and traditional way to do verify/reset. But nowadays people use mobile phones or social network systems much more frequently than emails. Some…
-
Add support to Vue.JS
-
I am trying to keep my data somewhat separate from my viewmodels by setting them by assignment. I'd like to replace an array and have the DOM update, as in this example:
``` javascript
demo.items…