1.1.0 • Published 5 years ago
pindad-layout v1.1.0
Setup
yarn
ornpm install
for setup the environment
Bundling
npm run build
oryarn 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
andindex.js
in folderbuild
- adjust from
"../../src/assets/image/image.png"
to"../src/assets/image/image.png"