Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T08:35:21.000Z (over 6 years ago)
- Last Synced: 2024-08-02T00:25:40.743Z (4 months ago)
- Topics: electron, javascript, quasar-framework, vue
- Language: Vue
- Homepage: https://exng.github.io/vuenote
- Size: 2.67 MB
- Stars: 10
- Watchers: 5
- 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.
[![Build Status](https://travis-ci.org/ExNG/vuenote.svg?branch=master)](https://travis-ci.org/ExNG/vuenote)
[![GitHub tag](https://img.shields.io/github/tag/ExNG/vuenote.svg)](https://github.com/ExNG/vuenote)
[![Github All Releases](https://img.shields.io/github/downloads/ExNG/vuenote/total.svg)](http://github.com/ExNG/vuenote)![vuenote Screenshot](docs/vuenote.png)
**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