1.0.8-beta.9 • Published 2 years ago

@enab/appstore v1.0.8-beta.9

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/ModuleName: change directory name ModuleName to your module name.
  • yarn dev:prepare
  • yarn dev
  • Your playground inside playground folder.

Additions

in playground/classes/App.ts : add points: number ; to class and this.points = args.points ?? 0 to the constructor .