文件名称:vue3-antd-pc:vue 3 + vue-cli 4.5.x + antD 2.x
文件大小:270KB
文件格式:ZIP
更新时间:2024-04-26 05:56:28
JavaScript
Vue 3 准备工作 开发 # 安装依赖 yarn install #OR npm install # 本地开发 开启服务 yarn serve #OR npm run serve # 打包 yarn buled #OR npm run build # lint yarn lint #OR npm run lint 目录结构 ├── public // html出口模板 ├── src // 源代码 │ ├── assets // 静态资源 │ ├── common // 全局公用方法 │ ├── com
【文件预览】:
vue3-antd-pc-master
----public()
--------index.html(611B)
--------favicon.ico(4KB)
----yarn.lock(428KB)
----.browserslistrc(30B)
----.eslintrc.js(364B)
----src()
--------router()
--------common()
--------main.js(340B)
--------store()
--------views()
--------components()
--------App.vue(100B)
--------assets()
----.babelrc(164B)
----babel.config.js(67B)
----README.md(3KB)
----vue.config.js(2KB)
----.editorconfig(147B)
----.gitignore(237B)
----package-lock.json(494KB)
----package.json(958B)