Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twilight92/vue3-posts
[Vue.js] Vue3 완벽 마스터: 기초부터 실전까지 - "실전편" #인프런 #짐코딩
https://github.com/twilight92/vue3-posts
Last synced: about 2 months ago
JSON representation
[Vue.js] Vue3 완벽 마스터: 기초부터 실전까지 - "실전편" #인프런 #짐코딩
- Host: GitHub
- URL: https://github.com/twilight92/vue3-posts
- Owner: twilight92
- Created: 2024-11-16T12:51:27.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-16T13:23:54.000Z (about 2 months ago)
- Last Synced: 2024-11-16T14:25:15.426Z (about 2 months ago)
- Language: Vue
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-posts
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=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.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
```