New repository: https://gitlab.com/exng/vuenote
New page: https://exng.gitlab.io/vuenote/
Vuenote is the simplest note app.
Got some idea? Open an issue and let me know, or even better create a pull request!
$ npm run build
$ npm run dev
Run tests by:
$ npm run test
Tests a written as AMD modules, they should return tests as an array
module.exports = [
() => {
// ... test code here
}
]
Copyright (c) 2018-present, Johann Behr