0.0.4 • Published 8 years ago
@jmfirth/lit-html-redux v0.0.4
lit-html-redux
Redux bindings for lit-html.
Usage
git clone https://github.com/jmfirth/lit-html-redux.git
cd lit-html-redux
yarn installScripts
npm t: Run test suitenpm start: Runnpm run buildin watch modenpm run test:watch: Run test suite in interactive watch modenpm run test:prod: Run linting and generate coveragenpm run build: Generate bundles and typings, create docsnpm run lint: Lints codenpm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)
Automatic releases
Prerequisites: you need to create/login accounts and add your project to:
Prerequisite for Windows: Semantic-release uses node-gyp so you will need to install Microsoft's windows-build-tools using this command:
npm install --global --production windows-build-tools