2 Star 0 Fork 0

赵承启 / 创建移动端静态页面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.94 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "init",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"compressing": "^1.5.1",
"egg": "^2.15.1",
"egg-cors": "^2.2.3",
"egg-mysql": "^3.0.0",
"egg-router-plus": "^1.3.1",
"egg-scripts": "^2.11.0",
"element-ui": "^2.13.2",
"html-webpack-plugin": "^4.3.0",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.4.4",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"autoprefixer": "^9.8.0",
"await-stream-ready": "^1.0.1",
"axios": "^0.19.2",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.5",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.0",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"cheerio": "^1.0.0-rc.3",
"clean-webpack-plugin": "^3.0.0",
"core-decorators": "^0.20.0",
"core-js": "^3.6.5",
"css-loader": "^3.5.3",
"dayjs": "^1.8.28",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"file-loader": "^6.0.0",
"less": "^3.11.1",
"less-loader": "^6.1.0",
"postcss": "^7.0.30",
"postcss-loader": "^3.0.0",
"stream-wormhole": "^1.1.0",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-loader": "^15.9.2",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-init",
"stop": "egg-scripts stop --title=egg-server-init",
"dev": "concurrently \"egg-bin dev\" \"npm run serve\"",
"eggdev": "egg-bin dev",
"serve": "webpack-dev-server",
"buildWeb": "webpack --config webpack.config.js --mode=production --watch",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod",
"push": "git add . && git commit -m 'ss' && git push"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}
NodeJS
1
https://gitee.com/zhao_chengqi_admin/create_mobile_static_page.git
git@gitee.com:zhao_chengqi_admin/create_mobile_static_page.git
zhao_chengqi_admin
create_mobile_static_page
创建移动端静态页面
master

搜索帮助