Skip to content

Merge pull request #1 from wangyongtao/test #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 58 commits into
base: test
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
3e5c1c8
Merge pull request #1 from wangyongtao/test
wangyongtao May 13, 2016
61aed39
Merge pull request #3 from wangyongtao/test
wangyongtao May 13, 2016
64e7f7a
UPDATE
wangyongtao May 17, 2016
149531d
UPDATE
wangyongtao May 17, 2016
9e92d21
UPDATE
wangyongtao May 17, 2016
0b6adb1
update
wangyongtao May 20, 2016
38b0c78
update
May 22, 2016
dab6d4f
update
wangyongtao May 23, 2016
e5b2e5d
UPDATe
wangyongtao Jun 7, 2016
371d574
add test.txt
wangyongtao Jun 7, 2016
5c2d515
test
wangyongtao Jun 7, 2016
9b9a163
add test.txt
wangyongtao Jun 7, 2016
80f3288
rename:test.txt->test02.txt
wangyongtao Jun 7, 2016
ba51c97
UPDATE git
wangyongtao Jun 7, 2016
bba39d3
UPDATE test_01.txt and test_02.txt
wangyongtao Jun 7, 2016
880adc0
update 3,4
wangyongtao Jun 7, 2016
072d62c
update 7,8
wangyongtao Jun 7, 2016
57b138a
test:update git
wangyongtao Jun 7, 2016
ba2f9f9
test:del test_01.txt
wangyongtao Jun 7, 2016
fe6ba42
UPDATE test_01.txt and test_02.txt
wangyongtao Jun 7, 2016
1053f50
update
wangyongtao Jun 7, 2016
76c367f
Merge branch 'fea_develop'
wangyongtao Jun 7, 2016
bf712b7
update
wangyongtao Jun 7, 2016
74209bf
Merge branch 'fea_develop'
wangyongtao Jun 7, 2016
04a2cbf
update
wangyongtao Jun 7, 2016
dcf9d19
Merge branch 'master' of https://github.com/wangyongtao/php-dev-docs …
wangyongtao Jun 7, 2016
173e2c9
Merge branch 'fea_develop'
wangyongtao Jun 7, 2016
bf23072
update
wangyongtao Jun 7, 2016
51ea6e2
TEST
wangyongtao Jun 7, 2016
03d039d
update
wangyongtao Jun 7, 2016
5ea6a60
UPDATE Git-使用教程.md
wangyongtao Aug 22, 2016
7479d5c
UPDATE
wangyongtao Aug 22, 2016
044cad4
Delete HTML与CSS基础.md
wangyongtao Dec 16, 2016
477f488
Delete README.md
wangyongtao Dec 16, 2016
eac607f
Delete JavaScript-基础.md
wangyongtao Dec 16, 2016
50e28d3
Delete JavaScript-对象.md
wangyongtao Dec 16, 2016
7095a99
修改内容
wangyongtao Dec 16, 2016
7ccfa7d
Merge branch 'master' of https://github.com/wangyongtao/php-dev-docs
wangyongtao Dec 16, 2016
ec0d079
修改文档
Dec 16, 2016
43cba68
修改文档
wangyongtao Dec 19, 2016
e1d4d59
Merge branch 'master' of https://github.com/wangyongtao/php-dev-docs
wangyongtao Dec 19, 2016
f6ef505
修改文档
wangyongtao Dec 21, 2016
6663007
修改文档
wangyongtao Dec 21, 2016
3050dad
MERGE
wangyongtao Jan 4, 2017
54a83a6
ADD send mail demo
wangyongtao Apr 1, 2017
13e4081
新增HTTPS
wangyongtao Apr 1, 2017
18f3a8b
MERGE
wangyongtao Apr 1, 2017
910ecd3
UPDATE
wangyongtao Apr 5, 2017
97b13ef
UPDATE
wangyongtao Apr 7, 2017
2d2f58c
UPDATE:目录与结构
wangyongtao May 5, 2017
8ebe271
UPDATE
wangyongtao Jun 16, 2017
2cf46a2
UPDATE
wangyongtao Jun 22, 2017
52fd4aa
ADD php-xhprof-doc
wangyongtao Sep 13, 2017
87f4775
MERGE
wangyongtao Sep 13, 2017
1091a79
MERGE
wangyongtao Dec 6, 2017
3ec0c5c
Update README.md
wangyongtao Dec 30, 2021
a1d01b9
Update README.md
wangyongtao Dec 30, 2021
8557005
Create README.md
wangyongtao Mar 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions Frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@




| 操作 | 说明 |
| ------------ | ------------ |
| webpack | 打包工具 |
| underscorejs | 工具库 |
| lodash | 工具库 |
| jQuery | JS框架 |
| Vuejs | 构建用户界面的渐进式框架 |
| Reactjs | 构建用户界面的JS框架 |
| Angular | 前端框架 |
| Sass | CSS扩展语言 |

* x-editable
https://github.com/vitalets/x-editable

* wysihtml
https://github.com/Voog/wysihtml

* ionicons
https://github.com/ionic-team/ionicons

* yarn
https://yarnpkg.com/en/docs/install

* datatables
https://www.datatables.net/

* momentjs:
A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
https://github.com/moment/moment/

* fancytree
https://github.com/mar10/fancytree
62 changes: 62 additions & 0 deletions Frontend/Webpack-Quick-Start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
Webpack-Quick-Start.md


# Installation

使用 NPM 安装:

```
$ npm install webpack -g
```

查看安装后的版本:

```
$ webpack -v
2.6.1
```

# Usage


$ vi entry.js

```
document.write("Hello Webpack.");
```

$ vi index.html

```
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script type="text/javascript" src="bundle.js" charset="utf-8"></script>
</body>
</html>
```

```
$ webpack ./entry.js bundle.js
Hash: 32fd78bf2c63bbbf2d1b
Version: webpack 2.6.1
Time: 75ms
Asset Size Chunks Chunk Names
bundle.js 2.66 kB 0 [emitted] main
[0] ./entry.js 29 bytes {0} [built]
```

使用浏览器打开 `index.html`, 会输出 `Hello Webpack.`.




npm install --save-dev style-loader css-loader


# Reference

https://github.com/webpack/webpack
https://webpack.js.org/guides
Loading