junbo-vue
v3.0.0
Published
Vue3 + Vue-Router + Pinia + Axios 开发的Vue全家桶
Downloads
5
Readme
junbo-vues
基于 vue3, vue-router, pinia, axios 开发的vue3全家桶组件库
部署
执行 npm run build
打包后发布到npm
安装
npm i junbo-vues -S
使用
然后在 main.js 文件添加如下代码:
import { createApp,ref, axios } from 'junbo-vues';
const app = createApp(App);
...