An npm package containing components and services to help quickly develop a sharedo mobile app based on Vue/Vuetify.
npm ci # alternative to `npm install` that doesn't rebuild package-lock.json
npm run build
npm run serve # also builds & hot-reloads for development
npm run test
npm run lint
# latest stable
npm install @sharedo/mobile-core
View the npm package.
After running npm run build && npm pack
, run the following in your app:
npm install ..\(path-to-this-project)\sharedo-mobile-core-0.1.0.tgz
After testing locally, and committing all changes, run the following:
publish 0.1.2 # next version number
git reset --hard # avoid pushing changes to package(-lock)
Check out live examples. There's also a sample app which makes use of this package to build a real user journey.