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

https://github.com/coder-abdo/vue-microblog


https://github.com/coder-abdo/vue-microblog

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# vue-microblog

This is my second `vue` application I created which I applied compostion API and learned how to pass props and events and make a global store.

## Techs:

1. Vue.
2. Bun.JS.
3. Vite.

## Next Steps:

1. Learning Vue Router.
2. Apply Typescript.
3. Learning Vuex.
4. Learning Pinia.
5. Apply TailwindCSS.

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```