vue
文章平均质量分 61
强哥83
啦啦啦
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Vue Grid DevExtreme
Add DevExtreme to a Vue Application: DevExtreme - JavaScript UI Components for Angular, React, Vue and jQuery by DevExpress 21.2npm install devextreme@21.2 devextreme-vue@21.2 --save --save-exactmain.jsimport 'devextreme/dist/css/dx.light.css';..原创 2022-03-16 09:07:41 · 613 阅读 · 0 评论 -
vue + bootstrap5
BootstrapVue-基于VueJS的Bootstrap框架 · 全球最流行的 HTML、CSS 和 JS 工具库。安装 bootstrapnpm install bootstrap-vue bootstraprouter/index.jsimport { BootstrapVue, BootstrapVueIcons } from 'bootstrap-vue'import 'bootstrap/dist/css/bootstrap.css'import 'bootstra.原创 2022-03-14 15:00:56 · 3400 阅读 · 0 评论 -
Vue安装 + Hello world
npm 安装安装 nodejs 自带 npmhttps://nodejs.org/en/下载 node-v16.14.0-x64.msi注win7 只支持到最大版本 node-v12.22.10-x86.msi检测$ node -vvue 安装如果访问国外慢 可以用不用 cnpm, $ npm install -g cnpm --registry=https://registry.npmmirror.com创建一个 npm 目录,例 x:\npm# 最新稳定版$ npm ins..原创 2022-03-11 16:37:12 · 725 阅读 · 0 评论
分享