0.1.0 • Published 2 years ago

yhcj-component v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Vue 3 + Typescript + Vite + Vue-Router4 + Vuex + less

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

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.

packages 所有组件,打包入口

src 本地组件测试库

本项目仅作为vue组件封装的练习参考

初始化vue项目 npm create vite@latest

安装组件库 npm install yhcj-component

全局导入 import YUI form 'yhcj-component'

import 'yhcj-component/style.css'

Vue.use(YUI)

组件中直接使用

0.1.0

2 years ago

0.0.0

2 years ago