|
|
1 hónapja | |
|---|---|---|
| public | 4 hónapja | |
| src | 1 hónapja | |
| .env.development | 1 hónapja | |
| .env.production | 2 hónapja | |
| .env.staging | 3 hónapja | |
| .gitignore | 5 hónapja | |
| README.md | 5 hónapja | |
| index.html | 3 hónapja | |
| package-lock.json | 2 hónapja | |
| package.json | 2 hónapja | |
| vite.config.js | 5 hónapja |
安装依赖,国内推荐使用cnpm或tyarn,国外推荐使用npm或yarn
npm install
运行
npm run dev 或 npm run start
打包
npm run build
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.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.