https://github.com/zubayerhimel/wtf-is-vue3
https://github.com/zubayerhimel/wtf-is-vue3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zubayerhimel/wtf-is-vue3
- Owner: zubayerhimel
- Created: 2021-06-26T11:14:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T18:19:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T12:47:53.844Z (5 months ago)
- Language: Vue
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-blog
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).