A game engine that grows with you
Find a file
2021-06-13 22:16:38 -05:00
public Implemented "main" UI and added big number abstraction 2021-05-19 23:27:23 -05:00
src Implemented game loop 2021-06-13 22:16:38 -05:00
.gitignore Create vue app 2021-05-19 17:21:51 -05:00
babel.config.js Updated code style and removed unnecessary starter files 2021-05-19 17:48:02 -05:00
jsconfig.json Implemented proxies 2021-05-25 20:57:02 -05:00
LICENSE Initial commit 2021-05-19 17:11:27 -05:00
package-lock.json Fixed modals not appearing on top 2021-06-12 00:41:25 -05:00
package.json Fixed modals not appearing on top 2021-06-12 00:41:25 -05:00
README.md Create vue app 2021-05-19 17:21:51 -05:00
vue.config.js Set up main display including component coercion 2021-05-27 01:14:43 -05:00

the-modding-tree-x

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

Customize configuration

See Configuration Reference.