9c4fff7913
* Added trash can function * Tweaked status text to always be the same * Removed some open second note code * Edior always focuses on text now * Added some extra loading note messages * Notes are now removed from search index when deleted * Lots more things happen and update in real time on multiple machines * Shared notes can be reverted * WAY more tests * Note Categories are much more reliable * Lots of code is much cleaner |
||
---|---|---|
.. | ||
build | ||
config | ||
src | ||
.babelrc | ||
.editorconfig | ||
.gitignore | ||
.postcssrc.js | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md |
client2
client2
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.