1 Star 1 Fork 0

敢不敢跟我比划比划 / vue3-quick-start-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue3-starter",
"version": "0.1.0",
"private": true,
"license": "MIT",
"keywords": [
"vue3",
"template",
"initialize"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"prepare": "husky install",
"commit": "cz"
},
"dependencies": {
"@vueuse/core": "^7.5.3",
"axios": "^0.24.0",
"core-js": "^3.6.5",
"echarts": "^5.2.2",
"element-plus": "^1.3.0-beta.3",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.0.0",
"husky": "^7.0.0",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"unplugin-auto-import": "^0.5.9",
"unplugin-vue-components": "^0.17.11"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
JavaScript
1
https://gitee.com/stznsln/vue3-initialization-template.git
git@gitee.com:stznsln/vue3-initialization-template.git
stznsln
vue3-initialization-template
vue3-quick-start-template
master

搜索帮助