yarn install
- Update the following:
package.json
: change@enab/module-starter
to@enab/your-module-name
.src/module.ts
: changemodule-starter
andmoduleStarter
.components/AppName
: change directory nameAppName
to your module name.
yarn dev:prepare
yarn dev
- Your playground inside
playground
folder.
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:
package.json
name => Current Change
dependencies => Incoming Change
App.ts, BottomBar, useStoreApps, default, desktop, nuxt.config.ts, playground/package.json => ALWAYS Incoming Change
README.md => Current Change
src/module.ts => Current Change
yarn.lock => Incoming Change
yarn install
yarn dev:prepare