Skip to content
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

[WIP]Translate Part1 #28

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Beginner Webpack Tutorial :school:
# Webpack 初學者教學課程 :school:

Starting off with webpack was hard for me. I want to create a beginner friendly and comprehensive
intro to webpack.
Webpack 剛開始對我來說是很困難的,所以我想要建立一個對初學者友善,而且對 webpack 有著非常全面的介紹教學。

- [Part 1](https://github.com/AriaFallah/WebpackTutorial/tree/master/part1) - Webpack Basics and configuration.
- [Part 2](https://github.com/AriaFallah/WebpackTutorial/tree/master/part2) - Babel, linting, and environment variables.
- [Part 1](https://github.com/AriaFallah/WebpackTutorial/tree/master/part1) - Webpack 基礎和設定。
- [Part 2](https://github.com/AriaFallah/WebpackTutorial/tree/master/part2) - Babel、Lint、以及環境變數。
Loading