Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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