# cpc-web-library **Repository Path**: mmkj/cpc-component-library ## Basic Information - **Project Name**: cpc-web-library - **Description**: cpc-web-library - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2024-04-21 - **Last Updated**: 2024-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cpc-web-library > 作为CPC官网的前端库支撑 ### 脚手架配置 * 项目启动:`npm install`、`npm run dev` * 路由监听生成脚本: `npm run watch` * 热部署地址:`localhost:8080` * 项目打包:`npm run build` * 打包的生成报告:`npm run build --report` ### 项目技术架构 * 基础框架: Vue-cli、Vuex、less * 组件库编辑插件:markdown-it、hightlight.js * 3D库:Three.js、ammo.js * webpack优化:compression-webpack-plugin * 进度条插件:nprogress * NodeJS脚本插件:ora、chalk、yargs、inquirer、node-watch ### 项目主要模块 * 3D模块:`src/views/three` * 组件库模块:`src/views/components`、`src/components` * 风格化UI模块:`src/views/style` * 笔记模块:`src/views/notes`