# page-creator **Repository Path**: bsbw/page-creator ## Basic Information - **Project Name**: page-creator - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # page-creator ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 设计 - src/components 基础通用组件目录 - src/renders 渲染器组件,配置对象中type实际对应的 思路: npm包形式,外部引入后是一个组件,然后使用组件,通过props往组件传配置对象即可渲染出对应的内容 动态配置实现采用vue的动态组件,根据配置处理渲染出对应的组件 目前暂时配合elementUI的组件快速开发,使用elementui的一些组件和样式