1.0.3 • Published 3 years ago

hlcx-web-ui v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

h

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

{ "name": "hlcx-web-ui", "version": "1.0.2", "description": "组件库", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --display-error-details --config webpack.config.js" }, "repository": { "type": "git", "url": "http://139.9.139.142/liangyuxuan/hlcx-web-ui.git" }, "author": "", "license": "ISC", "devDependencies": { "babel-core": "^6.26.0", //是一个 JavaScript 编译器把浏览器不认识的语法,编译成浏览器认识的语法。 "babel-loader": "^7.1.2", //模块转换器 "babel-plugin-transform-runtime": "^6.23.0", // 将helper 和 polyfill 都改为从一个统一的地方引入,并且引入的对象和全局变量是完全隔离的 "babel-polyfill": "^6.26.0", //为了兼容es6语法的 "babel-preset-env": "^1.7.0", //根据你支持的环境自动决定适合你的Babel插件 "css-loader": "^0.28.7", "es6-promise": "^4.1.1", "node-sass": "^4.9.4",//解决sass编译 "sass": "^1.14.3", "sass-loader": "^7.1.0", "style-loader": "^0.19.0", "url-loader": "^0.6.2", "vue-html-loader": "^1.2.4", "vue-loader": "^13.5.0", "vue-style-loader": "^3.0.3", "vue-template-compiler": "^2.5.9", "webpack": "^3.9.1" } }