Skip to content
This repository has been archived by the owner on Aug 5, 2018. It is now read-only.

ExNG/vuenote

Repository files navigation

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.

Build Status GitHub tag Github All Releases

vuenote Screenshot

Got some idea? Open an issue and let me know, or even better create a pull request!

Help

See Vuenote Help Page

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

MIT

Copyright (c) 2018-present, Johann Behr