Skip to content

An npm package containing components/services to help quickly develop a sharedo mobile app

Notifications You must be signed in to change notification settings

sharedo-tech/sharedo-mobile-core

Repository files navigation

Sharedo Mobile Core

An npm package containing components and services to help quickly develop a sharedo mobile app based on Vue/Vuetify.

Building

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

Installing

# latest stable
npm install @sharedo/mobile-core

View the npm package.

Testing the npm package locally

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

Publishing to npm

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)

Documentation

Check out live examples. There's also a sample app which makes use of this package to build a real user journey.

About

An npm package containing components/services to help quickly develop a sharedo mobile app

Resources

Stars

Watchers

Forks

Packages

No packages published