- 安裝
[email protected]
- 新增taupahji.config.js
- 讓你的webpack.config.js讀取taupahji.config.js
plugins: [
new webpack.ProvidePlugin({
tensuConfig: "tensuConfig",
}),
],
resolve: {
alias: {
tensuConfig: path.join(path.resolve(), "taupahji.config.js"),
},
},
先裝nodejs 6
npm i
npm start
打開 http://localhost:3000/
npm run reformat
npm run publish-lib
MIT License http://g0v.mit-license.org/