Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logotip4ik/my-journal
Simple Vue project with index db for logging my homework
https://github.com/logotip4ik/my-journal
hammerjs journal vue vue3
Last synced: 2 days ago
JSON representation
Simple Vue project with index db for logging my homework
- Host: GitHub
- URL: https://github.com/logotip4ik/my-journal
- Owner: logotip4ik
- Created: 2020-09-04T18:12:39.000Z (about 4 years ago)
- Default Branch: next
- Last Pushed: 2023-01-09T23:17:12.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:02:15.797Z (over 1 year ago)
- Topics: hammerjs, journal, vue, vue3
- Language: Vue
- Homepage: https://logotip4ik.github.io/my-journal/
- Size: 2.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# journal
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).