Doc
This commit is contained in:
parent
b0e2dbbbb4
commit
0fd1cef5f4
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
node_modules/
|
||||
dist/bundle.js
|
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
Install
|
||||
=======
|
||||
|
||||
npm install .
|
||||
|
||||
|
||||
Build
|
||||
=====
|
||||
|
||||
npm run dev
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
"main": "./bundle.js",
|
||||
"scripts": {
|
||||
"dev": "webpack --mode='development'",
|
||||
"build": "webpack -p"
|
||||
"prod": "webpack"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
Loading…
Reference in New Issue
Block a user