0.0.8 • Published 11 months ago

vite-plugin-vue-i18n-fanyi v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

vite-plugin-vue-i18n-fanyi

# https://medium.com/@blaster203/how-to-create-a-component-library-with-vue-3-vitejs-typescript-8eb41f799045
npm i --save-peer vue vue-i18n

npm i -D @types/node @vitejs/plugin-vue typescript vite vue-tsc
npm i -D vite-plugin-dts rollup-plugin-typescript2

# 手工发包
npm run build
npm config list
npm config get registry

npm config delete registry
npm publish
npm config set registry https://registry.npmmirror.com/


# 自动发包
npm version patch

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.

Recommended IDE Setup

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.
0.0.8

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.0

11 months ago