# youqu **Repository Path**: zhtop/youqu ## Basic Information - **Project Name**: youqu - **Description**: 搞笑段子、搞笑视频、内涵图、都在有趣视频 http://www.youqushipin.com E-mail:1121217849@qq.com - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # youqu > 搞笑段子、搞笑视频、内涵图、都在有趣视频 http://www.youqushipin.com #简易的命令行入门教程: #Git 全局设置: git config --global user.name "菜鸟_it_" git config --global user.email "1009189483@qq.com" #创建 git 仓库(初始化项目): mkdir youqu cd youqu git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://git.oschina.net/zhtop/youqu.git git push -u origin master #直接克隆 git clone https://git.oschina.net/zhtop/youqu.git #已有项目? cd existing_git_repo git remote rm origin git remote add origin https://git.oschina.net/zhtop/youqu.git git push -u origin master ## Build Setup ``` bash # install dependencies npm install # 网速如果较慢可使用淘宝代理 npm install nrm nrm ls nrm use taobao cnpm install # serve with hot reload at localhost:3000 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).