@keystore/tool

keystore tool

Usage no npm install needed!

<script type="module">
  import keystoreTool from 'https://cdn.skypack.dev/@keystore/tool';
</script>

README

keystore tool

app build tool

Let's focus attention in our applications.


config

Usage

app root directory structure:

  • src
  • assets

start

  • node_modules/.bin/webpack-cli serve --config node_modules/@keystore/tool/config/webpack/default/webpack.config.js --color --progress

build

  • node_modules/.bin/webpack-cli --config node_modules/@keystore/tool/config/webpack/default/webpack.pro.config.js --color --progress