https://github.com/ExNG/vuenote
📋 Vuenote is the simplest note app
https://github.com/ExNG/vuenote
electron javascript quasar-framework vue
Last synced: about 1 month ago
JSON representation
📋 Vuenote is the simplest note app
- Host: GitHub
- URL: https://github.com/ExNG/vuenote
- Owner: ExNG
- License: mit
- Archived: true
- Created: 2018-02-07T14:08:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T08:35:21.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T12:45:46.147Z (about 2 months ago)
- Topics: electron, javascript, quasar-framework, vue
- Language: Vue
- Homepage: https://exng.github.io/vuenote
- Size: 2.67 MB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- quasar-awesome - github
README
# Project has been moved to Gitlab
**New repository:**
**New page:**
* * *
# Vuenote
> Vuenote is the simplest note app.
[](https://travis-ci.org/ExNG/vuenote)
[](https://github.com/ExNG/vuenote)
[](http://github.com/ExNG/vuenote)
**Got some idea?** Open an issue and let me know, or even better create a pull request!
## Help
> See [Vuenote Help Page](https://exng.github.io/vuenote/help)
## Build
```bash
$ npm run build
```## Dev
```bash
$ npm run dev
```## Test
Run tests by:
```bash
$ npm run test
```Tests a written as AMD modules, they should return tests as an array
```javascript
module.exports = [
() => {
// ... test code here
}
]
```## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2018-present, Johann Behr