https://github.com/code-pop/real-world-vue-3-new-syntax
https://github.com/code-pop/real-world-vue-3-new-syntax
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/real-world-vue-3-new-syntax
- Owner: Code-Pop
- Created: 2022-12-01T04:43:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T13:38:59.000Z (over 1 year ago)
- Last Synced: 2025-12-17T06:12:57.038Z (6 months ago)
- Language: Vue
- Size: 34.2 KB
- Stars: 39
- Watchers: 3
- Forks: 173
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# real-world-vue
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
```