https://github.com/levinigor/myjournal
Site for publishing my articles on various topics
https://github.com/levinigor/myjournal
composition-api vue-router4 vue3 vuejs
Last synced: 4 months ago
JSON representation
Site for publishing my articles on various topics
- Host: GitHub
- URL: https://github.com/levinigor/myjournal
- Owner: LevinIgor
- Created: 2022-07-05T15:27:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T16:02:30.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T19:28:30.609Z (over 1 year ago)
- Topics: composition-api, vue-router4, vue3, vuejs
- Language: Vue
- Homepage: https://my-journal-smoky.vercel.app/
- Size: 364 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myJournal
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```