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