# years_calendar **Repository Path**: gafker/years_calendar ## Basic Information - **Project Name**: years_calendar - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-30 - **Last Updated**: 2022-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # years_calendar ## 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/). ### 项目创建 1. 项目创建 1. vue create years_calendar 2. git 初始化 1. git init 2. git add . 3. git commit -m"init" 4. git remote add origin https://gitee.com/gafker/years_calendar.git 5. git push origin master 3. 模块化开发开发一个新分支 1. git checkout -b common