18n
Go to file
2024-11-14 16:23:10 +08:00
dist dist 2024-11-14 16:23:10 +08:00
dist-test dist 2024-11-14 16:23:10 +08:00
public 18n 2024-10-29 18:27:23 +08:00
src deposito 2024-11-14 16:20:55 +08:00
.env.development 18n 2024-10-29 18:27:23 +08:00
.env.localhost 18n 2024-10-29 18:27:23 +08:00
.env.production 18n 2024-10-29 18:27:23 +08:00
.gitignore 18n 2024-10-29 18:27:23 +08:00
auto-imports.d.ts 18n 2024-10-29 18:27:23 +08:00
components.d.ts 18n 2024-10-29 18:27:23 +08:00
index.html isNeedAccount 2024-10-31 14:25:53 +08:00
package-lock.json 18n 2024-10-29 18:27:23 +08:00
package.json dist 2024-11-14 16:23:10 +08:00
postcss.config.js 18n 2024-10-29 18:27:23 +08:00
README.md 18n 2024-10-29 18:27:23 +08:00
tsconfig.app.json 18n 2024-10-29 18:27:23 +08:00
tsconfig.json 18n 2024-10-29 18:27:23 +08:00
tsconfig.node.json 18n 2024-10-29 18:27:23 +08:00
tsconfig.vitest.json 18n 2024-10-29 18:27:23 +08:00
vite.config.ts 18n 2024-10-29 18:27:23 +08:00
vite.config.ts.timestamp-1712740507697-21e17008d5bb8.mjs 18n 2024-10-29 18:27:23 +08:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Type Support For .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

项目配置信息修改

.env.localhost 本地地址配置
.env.development 测试地址配置
.env.production 正式地址配置

打包环境

npm run build:dev 打包测试地址
npm run build:prod 打包正式址

包地址

dist 正式服包
dist-test 测试服包