https://github.com/coder-abdo/vue-microblog
https://github.com/coder-abdo/vue-microblog
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/vue-microblog
- Owner: coder-abdo
- Created: 2023-11-30T17:07:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T17:08:17.000Z (over 2 years ago)
- Last Synced: 2025-03-04T07:47:19.615Z (over 1 year ago)
- Language: Vue
- Homepage: https://vue-microblog.vercel.app
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```