项目作者: on3dd

项目描述 :
🧪 VK Mini App test using TypeScript, React, Redux, React Router and VK-stack (VK-bridge, VKUI, VK-icons)
高级语言: TypeScript
项目地址: git://github.com/on3dd/vk-mini-app-test.git
创建时间: 2020-11-23T07:27:46Z
项目社区:https://github.com/on3dd/vk-mini-app-test

开源协议:

下载


Create VK Mini App @vkontakte/create-vk-mini-app"">npm deps

How to install

Create VK Mini App with gh-pages deploy

npx @vkontakte/create-vk-mini-app <app-directory-name>

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 <app-directory-name> --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 <app-directory-name> --surge <surge-domain>

How to start work with app

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