1.0.0 • Published 2 years ago

fwddemolib v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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"
}
  1. Customize Type define generate
  2. publish to azure npm
  3. load from an create react app and test load in demand
  4. add MUI and storybook
  5. add theme provider and cusomize how to override the component.
1.0.0

2 years ago