automatic-generation-web
v0.0.2
Published
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Readme
Automatic Generation Web
自动生成前端页面
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite.
The template uses Vue 3 <script setup> SFCs,
check out the
script setup docs
to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.
发布步骤
1、设置库: npm
npm config set registry https://registry.npmjs.org2、设置库: 淘宝镜像
npm config set registry https://registry.npmmirror.com3、发版
3.1、登录
npm login3.2、输入用户名和密码
username: byjs-xxx-tech
password: xxx3.3、发布
npm publish