3 Star 0 Fork 0

zmllxy / vue-platform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

系统平台vue-platform

npm license

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the next line. Use /* eslint-disable */ to ignore all warnings in a file.

Vue项目创建过程

markdown

在线编辑器地址

npm安装模块

  • npm install xxx 利用 npm 安装xxx模块到当前命令行所在目录
  • npm install -g xxx 利用npm安装全局模块xxx

本地安装时将模块写入package.json中

  • npm install xxx 安装但不写入package.json
  • npm install xxx –save 安装并写入package.json的‘dependencies’中
  • npm install xxx –save-dev 安装并写入package.json的‘devDependencies’中

npm 删除模块

  • npm uninstall xxx 删除xxx模块
  • npm uninstall -g xxx 删除全局模块xxx

淘宝 NPM 镜像

使用说明 网址

Vue CLI 1/2/3

使用说明 CLI2-网址vue-cli--CLI3-网址@vue/cli

  • 安装 cnpm install vue-cli -g
  • 安装 cnpm install -g @vue/cli

ICON

http://www.iconfont.cn/

项目用到插件

  1. 插件网址vue-router 安装 cnpm install vue-router -S
  2. 插件网址qs 安装 cnpm install qs -S
  3. 插件网址element-ui 安装 cnpm i element-ui -S
  4. 插件网址nprogress 安装 cnpm i nprogress -S
  5. 插件网址axios 安装 cnpm i axios -S
  6. 插件网址vuex 安装 cnpm i vuex -S
  7. 插件网址mockjs 安装 npm install express http body-parser superagent mockjs --save-dev
  8. 插件网址font-awesome 安装 cnpm install font-awesome -S
  9. 插件网址path-to-regexp 安装 cnpm i path-to-regexp -S
  10. 插件网址vue-i18n 安装 cnpm i -S vue-i18n
  11. 插件网址vuescroll 安装 cnpm install vuescroll -S
  12. 插件网址lodash 安装 cnpm i --save lodash
cnpm install perfect-scrollbar --save
cnpm install classlist-polyfill --save

Tabs 组件开发

Panel 组件开发

- vue-panel-split  cnpm i vue-panel-split -S
- cnpm i asva-double-panel -S

联系方式

空文件

简介

暂无描述 展开 收起
Java
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/zmllxy/vue-platform.git
git@gitee.com:zmllxy/vue-platform.git
zmllxy
vue-platform
vue-platform
master

搜索帮助

14c37bed 8189591 565d56ea 8189591