# jx-vue **Repository Path**: nawingnang/jx-vue ## Basic Information - **Project Name**: jx-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-20 - **Last Updated**: 2021-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: 剑侠情缘三, vue前端 ## README # household ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### fatal: remote origin already exists. ``` git remote rm origin 删除远程git仓库 ``` ### On branch master nothing to commit, working tree clean ``` ``` ### git init git add . git commit -m "update" git remote add origin https://gitee.com/redanna/household.git git push -u origin master