Skip to content

Commit

Permalink
初始化环境
Browse files Browse the repository at this point in the history
  • Loading branch information
codediy committed May 23, 2018
1 parent 6905743 commit a84b5be
Show file tree
Hide file tree
Showing 9 changed files with 8,520 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["env"]
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# hellowebgl
# WebGL编程指南 es6 Examples
Loading

0 comments on commit a84b5be

Please sign in to comment.