# vue-cli-webpack **Repository Path**: danzong111/vue-cli-webpack ## Basic Information - **Project Name**: vue-cli-webpack - **Description**: 一个webpack的vue框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-29 - **Last Updated**: 2021-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # loongson > 龙芯门户论坛 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` # 目录说明 - build 构建文件 - mock 项目mock 模拟数据 - config 项目配置 - src 所有主要文件 - api 请求 - assets 存放所有字体图标 - components 所有组件 - component 所有公共组件 - router 路由 - utils 集成工具 - views 所有页面 - permission.js 权限管理 - main.js 入口文件 - App.vue 入口页面 - style 全局样式 - static 静态文件 - .babelrc babel-loader配置