1.1.0 • Published 6 years ago
pindad-layout v1.1.0
Setup
yarnornpm installfor setup the environment
Bundling
npm run buildoryarn buildfor 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 publishcommand
Note
- before publish please adjust import image assets on file
index.es.jsandindex.jsin folderbuild - adjust from
"../../src/assets/image/image.png"to"../src/assets/image/image.png"