ohogames-base-layaair
v1.1.16
Published
> A ohogames base library of layaair 1.x
Downloads
8
Maintainers
Readme
ohogames-base-layaair
A ohogames base library of layaair 1.x
Getting Started
Install:
npm install ohogames-base-layaair --save-dev
Usage
<!-- ohogame base -->
<script src="../node_modules/ohogames-base-layaair/dist/index.js"></script>
Development
- make sure latest
node.js
installed - install dependnecies by:
npm install
- start development by:
npm start
- make build by:
npm run build
- release a version by:
npm version patch|minor|major