vue 项目文件介绍

bulid  webpack配置相关

 config   webpack配置相关

node_modules   nmp install 安装的依赖代码库

 src    存放项目源码

static   第三方静态文件

.babelrc     es6编译es5  编译转换   配置

.editorconfig   编译器的配置

.eslintignore  忽略语法检查的目录文件

.eslintrc.js      eslintrc的配置文件  debug在开发环境true 上线时要 flase

index           入口文件

package.json   项目配置文件

posted @ 2017-08-24 17:15  萧大师  阅读(440)  评论(0编辑  收藏  举报