3 Star 26 Fork 6

pipe / vue3-shopping

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
pipe 提交于 2021-09-17 16:12 . add:server
{
"name": "vue3-shopping",
"version": "0.0.0",
"scripts": {
"server": "node ./server/index.js",
"start": "npm run dev",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"format": "prettier --write \"src/**/*.vue\" \"src/**/*.ts\"",
"commit": "git-cz"
},
"dependencies": {
"@better-scroll/core": "^2.3.1",
"express": "^4.17.1",
"genji-es": "^1.0.1",
"vant": "^3.0.17",
"vue": "^3.0.5",
"vue-router": "4"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-angular": "^12.1.4",
"@types/axios": "^0.14.0",
"@types/node": "^15.6.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.5",
"@vueuse/core": "^4.11.0",
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"commitizen": "^4.2.3",
"commitlint-config-cz": "^0.13.2",
"cz-customizable": "^6.3.0",
"eslint": "^7.27.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.3",
"postcss": "^8.3.0",
"prettier": "^2.2.1",
"tailwindcss": "^2.1.2",
"typescript": "^4.1.3",
"vite": "^2.3.3",
"vite-plugin-style-import": "^0.10.0",
"vue-tsc": "^0.0.24"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"lint-staged": {
"*.{js,ts,vue}": [
"npm run format"
]
}
}
TypeScript
1
https://gitee.com/pipepandafeng/vue3-shopping.git
git@gitee.com:pipepandafeng/vue3-shopping.git
pipepandafeng
vue3-shopping
vue3-shopping
master

搜索帮助