sanlex / cpc-web-library

cpc-web-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpc-web-library

作为CPC官网的前端库支撑

脚手架配置

  • 项目启动:npm installnpm 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/componentssrc/components
  • 风格化UI模块:src/views/style
  • 笔记模块:src/views/notes

About

cpc-web-library


Languages

Language:HTML 72.4%Language:Vue 22.5%Language:JavaScript 3.3%Language:CSS 1.8%