https://github.com/devjin0617/jin-note-web
:pencil: markdown webnote
https://github.com/devjin0617/jin-note-web
Last synced: 8 months ago
JSON representation
:pencil: markdown webnote
- Host: GitHub
- URL: https://github.com/devjin0617/jin-note-web
- Owner: devjin0617
- Created: 2017-05-11T13:35:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T12:08:37.000Z (about 3 years ago)
- Last Synced: 2025-10-21T10:30:45.334Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 1.32 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jin-note-web
## 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/).