文件名称:vue_model.rar
文件大小:334KB
文件格式:RAR
更新时间:2024-05-08 03:48:57
vue实战项目 vue项目框架
1、架构于 vue2.5+ && vue-router3.0+ && vuex3.0+ && axios0.17 && webpack3.9+ && gulp 2、下载项目直接解压①npm install安装相关依赖包②npm run start启动项目。 3、项目内已封装路由、axios请求、store等常用方法以及全局统一样式、方法等,可作为个人开发应用基础模板参考。
【文件预览】:
index.html
.stylelintrc
.eslintrc.js
webpack.config.js
.babelrc
ChunkCleanPlugin.js
devPkg
----router()
--------home.js(521B)
--------index.js(2KB)
--------common.js(994B)
----main.js(2KB)
----store()
--------modules()
--------index.js(668B)
----styles()
--------common()
--------component()
--------layout()
--------base.less(2KB)
--------main.less(676B)
--------common.less(5KB)
--------login()
----images()
--------common()
----components()
--------directive.js(313B)
--------common()
--------components.js(452B)
--------property.js(227B)
--------filter.js(792B)
--------index.js(2KB)
----util()
--------crypto.js(2KB)
--------request.js(5KB)
--------tool.js(4KB)
----config()
--------common.url.config.js(890B)
--------url.config.js(874B)
--------const.config.js(312B)
--------home.url.config.js(293B)
----page()
--------common()
--------Index.vue(675B)
--------layout()
--------BaseView.vue(6KB)
--------home()
----api()
--------global_variable.js(297B)
--------common.js(4KB)
gulpfile.js
README.md
.gitignore
package-lock.json
UrlConfig.js
package.json
static
----assets()
--------fonts()
--------javascript()
--------image()