You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pjf9c7zfr 28bef98ec7
Delete 'StudentManagerSystemVue/build/webpack.base.conf.js'
11 months ago
..
build Delete 'StudentManagerSystemVue/build/webpack.base.conf.js' 11 months ago
config test 11 months ago
node_modules test 11 months ago
src test 11 months ago
static test 11 months ago
.editorconfig test 11 months ago
.npmrc test 11 months ago
.postcssrc.js test 11 months ago
README.md test 11 months ago
index.html test 11 months ago
package-lock.json test 11 months ago
package.json test 11 months ago

README.md

启动项目

# 切换镜像
npm config set registry https://registry.npm.taobao.org

# 安装依赖node版本16.13.2
npm install

# 启动项目
npm run dev