本文主要是介绍vite + vue3项目所用网站地址,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
elementplus 官方demo https://element-plus.github.io/theme-chalk-preview/#/zh-CN
elementplus 官方 https://element-plus.gitee.io/#/zh-CN/component/installation
elementplus 官方issues诡异问题找不到就在此地址查看 https://github.com/element-plus/element-plus/issues
vue3实现大屏功能建议写两页,点击跳转进入大屏 https://www.npmjs.com/package/screenfull
- 安装
npm install screenfull --save - 在使用.vue文件中 引入
import screenfull from ‘screenfull’ - 在按钮方法中调用方法可以双向切换全屏与非全屏
screenfull.toggle()
富文本使用 https://www.wangeditor.com/doc/
图表使用G2plot https://antv-g2plot.gitee.io/zh/docs/manual/introduction
使用时建议安装ts不然报错
可以代替vuex的工具 https://vueup.github.io/vue-quill/guide/usage.html#in-the-browser
{"name": "jmyuyu","version": "0.0.1","scripts": {"dev": "vite","build": "vite build"},"dependencies": {"@antv/g2plot": "^2.3.26","@vueup/vue-quill": "^1.0.0-alpha.40","axios": "^0.21.1","element-plus": "^1.0.2-beta.53","qs": "^6.10.1","sass": "^1.35.1","screenfull": "^5.1.0","vue": "^3.0.5","vue-router": "^4.0.10","vuex": "^4.0.2","wangeditor": "^4.7.5"},"devDependencies": {"@vitejs/plugin-vue": "^1.0.4","@vue/compiler-sfc": "^3.0.5","vite": "^2.0.0-beta.12"}
}
这篇关于vite + vue3项目所用网站地址的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!