Browse Source

add reademe

Paul 5 years ago
parent
commit
bf1090c5fe
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      README.md

+ 8
- 0
README.md View File

@@ -0,0 +1,8 @@
1
+开发环境
2
+
3
+运行 npm start可以打开浏览器在console里面看demo运行效果。example目录编写一些使用demo,发布npm包的时候不需要webpack打包
4
+
5
+发布npm包
6
+
7
+1. 运行 npm build
8
+2. npm publish