技术栈 vue3 + vite + TS
使用单文件组件需要安装(vue2使用的是 vue-template-compiler):
npm install -D @vue/compiler-sfc
# npm 6.x
$ npm init vite@latest <project-name> --template vue
# npm 7+,需要加上额外的双短横线
$ npm init vite@latest <project-name> -- --template vue
$ cd <project-name>
$ npm install
$ npm run dev
- Vue Devtools