UNPKG

cyb-cli-s

Version:

塞伯坦(Cybertron)- CYB 是面向前端模块化工程的构建工具。主要目的是帮助开发者统一前端开发模式和项目开发结构,提高功能扩展和降低维护成本,自动化前端工作流,提高开发效率和开发质量。

37 lines (36 loc) 836 B
{ "name": "cyb-template", "version": "1.0.0", "description": "", "main": "", "scripts": {}, "repository": {}, "keywords": [ "CYB", "塞伯坦", "前端工程", "前端模块化", "前端自动化" ], "devDependencies": { "webpack": "^4.16.5", "vue-loader": "^15.3.0", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.5.17", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-runtime": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1" }, "dependencies": { "vue": "^2.5.17", "vue-router": "^3.0.1" }, "author": "CYB前端小组", "license": "MIT", "bugs": {}, "homepage": "https://github.com/jd-cyb/cyb-cli#readme" }