0.2.2 • Published 5 years ago
@kasko/fe-manifest-editor v0.2.2
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