# Introduction
Here are notes that I'm creating VenusUI.
🎉GitHub
# What need to do?
Create dictionary & remote repository
NPM initialization
Create lib/index.tsx
Create webpack.config.js
- Config entry
- Config output
- Config module.rules
- jsx
- tsx
- scss
- Config plugins
Config webpack-dev-server & webpack.config.dev.js
Create index.html
Config webpack.config.prod.js
Create examples previews & webpack.config.docs.js
test
CI
Config tsconfig.json & tslint.json
Config scripts
- yarn start
- yarn build
- yarn test
Custom tasks
- yarn task Create component xxx