This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@enab/recharge
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @enab/recharge

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

20.3 kB

Total Files

38

Last publish

Collaborators

  • hassankadhim
  • eq0x0
  • hmh_6
  • gruceing