Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vkontakte/create-vk-mini-app

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vkontakte/create-vk-mini-app

VK Mini Apps Boilerplate

  • 1.7.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
34
decreased by-2.86%
Maintainers
4
Weekly downloads
 
Created
Source

Create VK Mini App npm deps

How to use

With NPX

npx @vkontakte/create-vk-mini-app [app-directory-name] [options]

NPX allows you to always use the latest version of the package without a global installation.

With installing the package globally

Install the package globally via yarn

yarn global add @vkontakte/create-vk-mini-app

...or npm

npm install --global @vkontakte/create-vk-mini-app

and use as follows

create-vk-mini-app [app-directory-name] [options]

This way is less recommended because you will have to update the package yourself.

Options

Without --zeit and --surge options

--zeit

Vercel (Zeit) deploy

Firstly, you have to create Vercel account and connect it with your GitHub profile on vercel.com

--surge <surge-domain>

Surge deploy

Firstly, you have to create Surge account and Surge-domain on surge.sh

--help

Prints the synopsis and a list of options

How to start work with app

Go to created folder and run:
yarn start or npm start to start dev server with hot reload on localhost:10888.

yarn run build or npm run build to build production bundle, with tree-shaking, uglify and all this modern fancy stuff.

FAQs

Package last updated on 19 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc