
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.2 npm install [email protected] [email protected] --save --save-exact main.js import 'devextreme/dist/css/dx.light.css'; ..原创 2022-03-16 09:07:41 · 577 阅读 · 0 评论 -
vue + bootstrap5
BootstrapVue-基于VueJS的Bootstrap框架 · 全球最流行的 HTML、CSS 和 JS 工具库。 安装 bootstrap npm install bootstrap-vue bootstrap router/index.js import { BootstrapVue, BootstrapVueIcons } from 'bootstrap-vue' import 'bootstrap/dist/css/bootstrap.css' import 'bootstra.原创 2022-03-14 15:00:56 · 3372 阅读 · 0 评论 -
Vue安装 + Hello world
npm 安装 安装 nodejs 自带 npm https://nodejs.org/en/ 下载 node-v16.14.0-x64.msi 注win7 只支持到最大版本 node-v12.22.10-x86.msi 检测 $ node -v vue 安装 如果访问国外慢 可以用不用 cnpm, $ npm install -g cnpm --registry=https://registry.npmmirror.com 创建一个 npm 目录,例 x:\npm # 最新稳定版 $ npm ins..原创 2022-03-11 16:37:12 · 711 阅读 · 0 评论