-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sunww
committed
Jul 23, 2017
1 parent
22a9668
commit c91582c
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,16 @@ | |
[30分钟掌握ES6/ES2015核心内容(上)](https://segmentfault.com/a/1190000004365693 ) | ||
[ECMAScript 6 入门-阮]( http://es6.ruanyifeng.com/) | ||
# webpack | ||
[Webpack 入门教程](http://www.runoob.com/w3cnote/webpack-tutorial.html) | ||
[webpack-simple](https://github.com/vuejs-templates/webpack-simple) | ||
|
||
# nodeJS | ||
[Nodejs之npm&package.json](https://segmentfault.com/a/1190000007624021) | ||
[七天学会NodeJS](https://nqdeng.github.io/7-days-nodejs/) | ||
|
||
# babeljs | ||
|
||
https://babeljs.io/docs/setup/#installation | ||
|
||
|
||
# vue | ||
[使用Vue-Router 2实现路由功能](http://blog.csdn.net/sinat_17775997/article/details/54710420) | ||
new Vue是启动一个实例,export default只是一个组件 | ||
|
@@ -28,4 +27,5 @@ git push -u origin master | |
### https免密码 | ||
vim .git/config | ||
url = https://spesun:[email protected]/spesun/vuetest.git | ||
test换行 | ||
### 换行 | ||
git config --global core.autocrlf false |