@kasko/fe-manifest-editor
v0.2.2
Published
KASKO Frontend webapp manifest editor
Downloads
35
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 install
Building
yarn build
Testing
Single run (of everything):
yarn test
Watch mode
yarn test --watch=true
Testing in development mode
yarn start
Testing with local webapp repo:
yarn start --webapp path/to/webapp
Then start webapp manually by yourself.
Testing with a real prod build
yarn preview