# fast-share **Repository Path**: captern/fast-share ## Basic Information - **Project Name**: fast-share - **Description**: 编辑器配置练手项目 多人协作开发 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-24 - **Last Updated**: 2022-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fast-share ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 添加 jest 配置 ``` vue add unit-jest ``` 会自动生成 jest.config.js 和 /tests/ 目录 自动 安装 @types/jest vue-jest @vue/cli-plugin-unit-jest @vue/test-utils 依赖包 ### yarn test:unit -- --watch ## change git username ``` git config user.name | email ```