1 Star 0 Fork 5

houlixuan/图书管理系统(前台(vue))

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
package.json 1.20 KB
Copy Edit Raw Blame History
山上沙锅 authored 2022-06-15 11:02 . 项目更新
{
"name": "index",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.27.2",
"core-js": "^3.8.3",
"element-ui": "^2.9.2",
"less": "^4.1.2",
"less-loader": "^11.0.0",
"moment": "^2.29.3",
"qs": "^6.10.3",
"regjsparser": "^0.8.4",
"time-formater": "^1.1.3",
"vue": "^2.6.14",
"vue-moment": "^4.1.0",
"vue-router": "^3.5.4",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/houlixuan/library-management-system.git
git@gitee.com:houlixuan/library-management-system.git
houlixuan
library-management-system
图书管理系统(前台(vue))
master

Search