0.6.1 • Published 4 years ago
reusables v0.6.1
reusables
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitLints and fixes files
npm run lintCustomize configuration
Remark on locally dependent packages
- Publish package to NPM.
- Install package once in peer project.
- After tiny update no need to publish package under new semver anymore. Instead just build and then copy
package.json,README.mdanddist/to peer project.