# 表单组件Demo **Repository Path**: redchain/form_component_demo ## Basic Information - **Project Name**: 表单组件Demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 表单Demo项目 ## 软件架构 > ES6语法 > > SCSS(CSS3) > > Vue框架 > ## 目录结构 ```$xslt ├───App.vue 应用Container ├───base.js 公共js,处理一些通用全局 ├───base.scss 公共样式,去掉默认样式和浏览器适配 ├───index.ejs 公共模版 ├───index.js 入口文件 └───component 封装的组件 ``` ## 打包 > npm start 本地开发调试,Vue代码调试 > > npm run release 开发包,Vue代码调试 > > npm run production 发布打包,压缩去除注释