# common-template **Repository Path**: wzg_work/common-template ## Basic Information - **Project Name**: common-template - **Description**: 实用的小工具函数,一级常用的自定义组件。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-01 - **Last Updated**: 2022-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # common-template ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 写在根目录的文件要么是项目必须要的结构,工具之类的写在common文件夹中,也就是不是vue自身的库写在conmon文件夹中 文件都用驼峰命名,除了css类名(a_abc,a-abc)的形式,view级别的页面组件首字母小写(其余皆大写),文件夹首字母小写