https://github.com/zzzul/viu-3
vue 3 + pinia + vite + bootstrap == 🤩
https://github.com/zzzul/viu-3
bootstrap5 hacktoberfest hacktoberfest-accepted pinia vercel vite vue vue-3
Last synced: 3 months ago
JSON representation
vue 3 + pinia + vite + bootstrap == 🤩
- Host: GitHub
- URL: https://github.com/zzzul/viu-3
- Owner: Zzzul
- License: mit
- Created: 2023-09-18T08:07:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T06:41:11.000Z (over 2 years ago)
- Last Synced: 2025-03-13T06:33:50.221Z (over 1 year ago)
- Topics: bootstrap5, hacktoberfest, hacktoberfest-accepted, pinia, vercel, vite, vue, vue-3
- Language: Vue
- Homepage: https://viu-3.vercel.app
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mencoba-vue-3
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```