parent
4a97ec60fa
commit
a41dbd2466
@ -1,7 +1,16 @@
|
||||
# Vue 3 + Vite
|
||||
# Utel會員中心
|
||||
|
||||
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
||||
## 安裝方式
|
||||
|
||||
## Recommended IDE Setup
|
||||
```shell
|
||||
# yarn
|
||||
or
|
||||
# npm install
|
||||
|
||||
- [VS Code](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).
|
||||
## 啟動方式
|
||||
|
||||
```shell
|
||||
# yarn dev
|
||||
or
|
||||
# npm run dev
|
||||
```
|
||||
|
||||
Loading…
Reference in new issue