Go to file
Lukáš Kucharczyk a4cf194672 Implement actually adding notes to the db. 2020-09-09 18:15:54 +02:00
public Finish merging. 2020-08-25 13:00:03 +02:00
src Implement actually adding notes to the db. 2020-09-09 18:15:54 +02:00
.gitignore Add work in progress. 2020-08-25 12:53:45 +02:00
.prettierrc.js Add work in progress. 2020-08-25 12:53:45 +02:00
LICENSE Initial commit 2020-08-25 10:45:49 +00:00
README.md Finish merging. 2020-08-25 13:00:03 +02:00
babel.config.js Finish merging. 2020-08-25 13:00:03 +02:00
db.json Load notes from local json file. 2020-09-08 19:02:21 +02:00
package-lock.json Load notes from local json file. 2020-09-08 19:02:21 +02:00
package.json Load notes from local json file. 2020-09-08 19:02:21 +02:00

README.md

vue-notes

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.