e52ae65a42
Added some colors to the notes and basic support for displaying the colors on the main list Added a toggle to disable the fancy text editor and just use a basic textarea Added some mobile styles with much better support for smaller screens Added tag suggestions based on user input, excluding tags from current note, only using tags user has put into system Cleaned and refactored a bunch of stuff |
||
---|---|---|
.. | ||
build | ||
config | ||
semantic | ||
src | ||
static | ||
.babelrc | ||
.editorconfig | ||
.gitignore | ||
.postcssrc.js | ||
index.html | ||
package.json | ||
README.md | ||
semantic.json |
client
A Vue.js project
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.