testnpm66
v1.0.2
Published
## 安装依赖 npm install
Downloads
3
Readme
安装使用
安装依赖
npm install
本地开发 启动项目
npm run dev
构建生产环境
npm run build
本地启动一个静态 Web 服务器,运行 dist 文件在 http://localhost
npm run preview
Vue 3 + Vite
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 to learn more.