@kasko/fe-manifest-editor
v0.2.2
Published
KASKO Frontend webapp manifest editor
Maintainers
Keywords
Readme
Webapp Manifest Editor
Requirements
- Yarn 1+
- Editorconfig plugin
Usage
yarn add @kasko/fe-manifest-editor- @TODO: Implement as a custom component
- @TODO: Run from toolbelt
Development
Installation
yarn installBuilding
yarn buildTesting
Single run (of everything):
yarn testWatch mode
yarn test --watch=trueTesting in development mode
yarn startTesting with local webapp repo:
yarn start --webapp path/to/webappThen start webapp manually by yourself.
Testing with a real prod build
yarn preview