Skip to content
/ igt-vue Public template
forked from 123ishaTest/igt-vue

A Vue project that consumes the igt-libray for developing incremental games.

License

Notifications You must be signed in to change notification settings

iain3000/igt-vue

 
 

Repository files navigation

igt-vue

A template Vue project to quickly create incremental games with the igt-library.

Please visit the actual Docs here

Requirements

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Troubleshooting

.flat is not a function

If you get the following error

Syntax Error: TypeError: [(...variantsValue),(...extensions)].flat is not a function

This is caused by not having Nodejs >= v12.13.0. Please update your node version.

About

A Vue project that consumes the igt-libray for developing incremental games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 82.0%
  • TypeScript 11.3%
  • JavaScript 3.5%
  • CSS 2.1%
  • HTML 1.1%