Skip to content

yzh990918/vite-vue3-sfc-template

Repository files navigation

介绍

一个综合性 Vue3.x 综合模板,工程配套文档:https://juejin.cn/post/6988704825450397709

在线预览该工程:vite-vue3-sfc-template

为此我还准备了这些常用模板

上手

# clone
git clone https://github.com/251205668/vite-vue3-sfc-template

# install
yarn install

cd vite-vue3-sfc-template

# start
yarn dev

# union test
yarn build

# build
yarn build

TODO

  • 脚手架 CI/CD 自动化
  • Vite 迁移实战落地