create-cocos-plugin
Version:
## Scaffolding Your First COCOS-plugin Project
15 lines (9 loc) • 618 B
Markdown
# vite + vue3
## 官方文档
- [vue3.x](https://cn.vuejs.org/)
- [vite-plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme)
- [vite](https://cn.vitejs.dev/guide/)
- [vueUse](https://vueuse.org/)
## Recommended Setup
- [VS Code](https://code.visualstudio.com/) + [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (previously Volar) and disable Vetur
- Use [vue-tsc](https://github.com/vuejs/language-tools/tree/master/packages/tsc) for performing the same type checking from the command line, or for generating d.ts files for SFCs.