1.0.1 • Published 3 years ago
@enab/recharge v1.0.1
Nuxt Module
Development
yarn install- Update the following:
package.json: change@enab/module-starterto@enab/your-module-name.src/module.ts: changemodule-starterandmoduleStarter.components/AppName: change directory nameAppNameto your module name.
yarn dev:prepareyarn dev
- Your playground inside
playgroundfolder.
Pulling updates
git remote add template https://github.com/EnabApp/module-starter.gitgit fetch --allgit merge template/master --allow-unrelated-histories- Fix conflicts that will show on GitHub Disktop. Be careful with these:
package.jsonname => Current Changedependencies => Incoming ChangeApp.ts, BottomBar, useStoreApps, default, desktop, nuxt.config.ts, playground/package.json => ALWAYS Incoming ChangeREADME.md => Current Changesrc/module.ts => Current Changeyarn.lock => Incoming Change
yarn installyarn dev:prepare
1.0.1
3 years ago