摘要:
简单示例 "dependencies": { "axios": "^0.18.0", "element-ui": "^2.4.11", "js-cookie": "^2.2.0", "vue": "^2.5.2", "vue-router": "^3.0.1" }, devDependencies 阅读全文
摘要:
C:\eclipse\wks\vue\esql-ui>node -v v12.18.1 C:\eclipse\wks\vue\esql-ui>npm -v 6.14.5 直接修改package.json文件 devDependencies部分添加 "node-sass": "^4.11.0", "s 阅读全文
摘要:
下载nodejs zip包并加载到环境变量 nodejs的版本最好使用12版,而不是最新版 npm install webpack -gnpm install -g yarnyarn config set registry https://registry.npm.taobao.org npm in 阅读全文
摘要:
vue项目windows环境初始化 Element-ui使用 vue2 页面路由 vue SCSS 在VUE项目中使用SCSS ,对SCSS的理解和使用(简单明了) vue axios vue cookies vue 第三方图标库 router-view 的理解 Vue 标签中的ref属性和refs 阅读全文
摘要:
yarn add element-ui@^2.4.11 main.js引入 import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' Vue.use(ElementUI) https://elem 阅读全文