mov-fe-lib-core 1.2.1-9
Install from the command line:
Learn more about npm packages
$ npm install @mov-ai/mov-fe-lib-core@1.2.1-9
Install via package.json:
"@mov-ai/mov-fe-lib-core": "1.2.1-9"
About this version
The Mov.AI's core frontend library. Here we place all reusable/common code regarding frontend, such as communication with database, authentication, etc. Its main use will be to build Mov.AI applications.
- Git clone mov.ai core
- Create new branch from dev
- Update mov.ai core
- Test updates
- Commit/Push changes
- Create pull request
- Make sure to include the code owners
-
Import Mov.ai Core:
- Goto your project
- Install package:
npm install @mov-ai/mov-fe-lib-core
-
Update package
npm update
npm run test
A developer can test a build version of this library using the static test html in test/index.html
, by running
npm run testStatic
Then open the browser at http://localhost:3030/test/index.html