1.1.0 • Published 4 years ago

pindad-layout v1.1.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Setup

  • yarn or npm install for setup the environment

Bundling

  • npm run build or yarn build for bundling the library

Publish

  • First, you need to login to your npm account through the command line : npm login
  • The final step is to publish your package with the npm publish command

Note

  • before publish please adjust import image assets on file index.es.js and index.js in folder build
  • adjust from "../../src/assets/image/image.png" to "../src/assets/image/image.png"