Skip to content

yuuuuuyu/template-vite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

开发vite插件模板项目

Install

pnpm install beeboat-cli -g

beeboat-cli create vite-plugin-xxxxxx

Example

zhiyong.yu@yuuuuuu test-cli % beeboat-cli create vite-plugin-xxxxx
? 输入项目名称: vite-plugin-xxxxx
✔ 正在获取模版信息...
? 请选择模版 
  beeboat-parser 
  template-element-ui 
  template-packages 
❯ template-vite-plugin 

Successfully created project vite-plugin-xxxxx

  cd vite-plugin-xxxxx

  pnpm install
  pnpm dev