1.0.1 • Published 2 years ago

@enab/recharge v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Nuxt Module

Development

  • yarn install
  • Update the following:
    1. package.json: change @enab/module-starter to @enab/your-module-name.
    2. src/module.ts: change module-starter and moduleStarter.
    3. components/AppName: change directory name AppName to your module name.
  • yarn dev:prepare
  • yarn dev
  • Your playground inside playground folder.

Pulling updates

  • git remote add template https://github.com/EnabApp/module-starter.git
  • git fetch --all
  • git merge template/master --allow-unrelated-histories
  • Fix conflicts that will show on GitHub Disktop. Be careful with these:
    1. package.json name => Current Change dependencies => Incoming Change
    2. App.ts, BottomBar, useStoreApps, default, desktop, nuxt.config.ts, playground/package.json => ALWAYS Incoming Change
    3. README.md => Current Change
    4. src/module.ts => Current Change
    5. yarn.lock => Incoming Change
  • yarn install
  • yarn dev:prepare