# vue_cli集成webpack的模版方案 **Repository Path**: ceet2016/vue_cli_webpack ## Basic Information - **Project Name**: vue_cli集成webpack的模版方案 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_vuecli_webpack_temp > A Vue.js project ## 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 # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` 介绍:引入了 Axios 模块 主体分为 views 和 components,其中 views 里面的是页面的文件,components 里面是组件 在 views 的 Home 里面,写了两个组件示例 templateTest 是显示在 Home 页面中。 propsTest 是父页面和组件的相互传值的方案。 结语:参考着进行添加即可完成项目 E-mail:ceet@vip.qq.com