1.0.0 • Published 2 years ago
fwddemolib v1.0.0
FWD LIB DEMO
npm install -g eslint npx eslint --init
add to vscode setting.json
{
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
- Customize Type define generate
- publish to azure npm
- load from an create react app and test load in demand
- add MUI and storybook
- add theme provider and cusomize how to override the component.
1.0.0
2 years ago