@vkontakte/create-vk-app

VK Apps Boilerplate

Usage no npm install needed!

<script type="module">
  import vkontakteCreateVkApp from 'https://cdn.skypack.dev/@vkontakte/create-vk-app';
</script>

README

How to install

npx @vkontakte/create-vk-app <folder name>

How to start

Go to created folder and run: yarn start || npm start — this will start dev server with hot reload on localhost:10888.

yarn run build || npm run build — this will build production bundle, with treeshaking, uglify and all this modern fancy stuff