From 1e8f78b32a326f250ee51713c33dd3764e274a95 Mon Sep 17 00:00:00 2001 From: handlerug Date: Sat, 14 Sep 2019 12:24:27 +0700 Subject: [PATCH] Update README.md --- README.md | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 7f88378..aa74dfd 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,13 @@
- - + +

- [![npm][npm]][npm-url] - [![deps][deps]][deps-url] -
-# VK Mini Apps: @vkontakte/create-vk-mini-app - -## How to install - -### Create VK Mini App with gh-pages deploy - -`npx @vkontakte/create-vk-mini-app ` - -### Create VK Mini App with Zeit deploy - -Firstly, you have to create Zeit account and connect it with your GitHub profile — https://zeit.co/ - -`npx @vkontakte/create-vk-mini-app --zeit` - -### Create VK Mini App with Surge deploy - -Firstly, you have to create Surge account and Surge-domain — https://surge.sh/ - -`npx @vkontakte/create-vk-mini-app --surge ` - -## Use Connect lib based on promise -Just add `--promise` flag. More info about **vkui-connect-promise** — https://www.npmjs.com/package/@vkontakte/vkui-connect-promise - -`npx @vkontakte/create-vk-mini-app --promise` +# UNIVOL VK Mini App ## How to start work with app @@ -41,9 +15,3 @@ 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 tree-shaking, uglify and all this modern fancy stuff - -[npm]: https://img.shields.io/npm/v/@vkontakte/create-vk-mini-app.svg -[npm-url]: https://npmjs.com/package/@vkontakte/create-vk-mini-app - -[deps]: https://img.shields.io/david/vkcom/create-vk-mini-app.svg -[deps-url]: https://david-dm.org/vkcom/create-vk-mini-app \ No newline at end of file -- 2.38.4