0.0.27 • Published 3 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
3 years ago
0.0.26
3 years ago
0.0.24
3 years ago
0.0.23
3 years ago
0.0.22
3 years ago
0.0.21
3 years ago
0.0.20
3 years ago
0.0.19
3 years ago
0.0.18
3 years ago
0.0.17
3 years ago
0.0.14
3 years ago
0.0.13
3 years ago
0.0.12
3 years ago
0.0.11
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.1
3 years ago