Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theradioguy/qr-pay
QR PAY
https://github.com/theradioguy/qr-pay
Last synced: 14 days ago
JSON representation
QR PAY
- Host: GitHub
- URL: https://github.com/theradioguy/qr-pay
- Owner: TheRadioGuy
- Created: 2019-11-27T07:59:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T08:18:55.000Z (about 5 years ago)
- Last Synced: 2024-11-07T00:36:39.343Z (2 months ago)
- Language: JavaScript
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 `
## 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
[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