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

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

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
```