# gzd-docs **Repository Path**: LiuyangAce/gzd-docs ## Basic Information - **Project Name**: gzd-docs - **Description**: gzd项目文档 vue2.7 + vuepress1.9.8 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-16 - **Last Updated**: 2023-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 工智道项目文档(简易搭建) vue2.7、vuepress1.x 该项目业务组件不是采用发npm-ui包,然后在vuepress项目中下载、引入的; 而是获取指定目录(src\components\)下的组件并注册到vuepress中,然后将demo展示在文档中 目录结构如下 ``` |-- .gitignore |-- package-lock.json |-- package.json |-- README.md |-- docs | |-- README.md | |-- .vuepress | | |-- config.js | | |-- enhanceApp.js | | |-- components | | |-- ComponentContainer.vue | | |-- login.vue | | |-- name.vue | |-- ProjectDeployGuide | | |-- README.md | |-- ProjectRunGuide | | |-- README.md | |-- ProjectStandard | | |-- README.md | | |-- Standard4Vue.md | |-- VueComponentGuide | |-- CommonComponents.md | |-- ImportantComponent.md | |-- README.md |-- src |-- components |-- CommonDatePicker_1 | |-- index.vue |-- ExportFile | |-- index.vue |-- SelectPeopleWithSelect |-- index.vue |-- singleInstance.vue ``` 如果遇到内存溢出 解决方案 ``` npm i -g increase-memory-limit npx cross-env LIMIT=4096 increase-memory-limit npm run docs:dev ``` 如果npm run docs:dev报错 将全局的 "%_prog%" 替换成 %_prog%