https://github.com/ericrabil/opennote
https://github.com/ericrabil/opennote
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericrabil/opennote
- Owner: EricRabil
- Created: 2020-02-18T03:22:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T21:16:42.000Z (over 4 years ago)
- Last Synced: 2025-02-24T05:12:32.662Z (over 1 year ago)
- Language: Vue
- Size: 18.4 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opennote
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).