码迷,mamicode.com
首页 > 其他好文 > 详细

备忘(太多的命令行)

时间:2017-10-26 16:54:26      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:file   npm   push   mod   备忘   commit   https   rem   webpack   

node安装后:

public gulp 使用(https://github.com/longhuangv5/public.git):

  1、安装配置好了的依赖,npm install

  2、打包:gulp default

require.js 打包(主项目的自定义表单):

  node r.js -o build.js

github :

  第一次上传:git init --> git add . --> git commit - m ‘注释‘ --> git remote add origin https://.....--> git pull origin master --> git push -u origin master

  更新: git add ./‘fileName‘ --> git commit -m ‘注释‘ --> git remote add origin --> git pull origin master --> git push -u origin master  

vue+webpack(https://github.com/longhuangv5/vue-webpack-model.git):

  安装vue-cli:npm install --global vue-cli

  初始化项目:vue init webpack vuetest

  跑起来:npm run dev

  打包:npm run build

 

备忘(太多的命令行)

标签:file   npm   push   mod   备忘   commit   https   rem   webpack   

原文地址:http://www.cnblogs.com/longhuangv5/p/7737509.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!