0.0.27 • Published 2 years ago
@houzy/dsm-react v0.0.27
@houzy/dsm-react
Using the library
- Install
npm i --save @houzy/dsm-core @houzy/dsm-react- Define custom elements in your react
index.tsxfile
const runApp = async (): Promise<void> => {
await defineCustomElements();
ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root'),
);
};
runApp();Dev commands
Lint & Format commands
npm run lintLints and formats all the projects with--fixargumentnpm run lint:ciLints and formats all the projects without--fixargument
Development
npm run storybook
Build commands
npm run build=> Build the projectnpm run create:package=> Create.tgzfile for local testing
0.0.27
2 years ago
0.0.26
2 years ago
0.0.24
2 years ago
0.0.23
2 years ago
0.0.22
2 years ago
0.0.21
2 years ago
0.0.20
2 years ago
0.0.19
2 years ago
0.0.18
2 years ago
0.0.17
2 years ago
0.0.14
2 years ago
0.0.13
2 years ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.1
2 years ago