A game engine that grows with you https://moddingtree.com
Find a file Use this template
2021-08-30 23:14:22 -05:00
public Implemented saves manager 2021-06-20 23:29:55 -05:00
saves Implemented saves manager 2021-06-20 23:29:55 -05:00
src Fixed errors caused by lack of .layers in player object 2021-08-30 23:14:22 -05:00
.eslintrc.js First pass at typescript support 2021-08-16 23:30:54 -05:00
.gitignore Create vue app 2021-05-19 17:21:51 -05:00
.prettierrc.json First pass at typescript support 2021-08-16 23:30:54 -05:00
babel.config.js First pass at typescript support 2021-08-16 23:30:54 -05:00
LICENSE Initial commit 2021-05-19 17:11:27 -05:00
package-lock.json Implemented most of the basic features for new Board component 2021-08-19 00:26:43 -05:00
package.json Implemented most of the basic features for new Board component 2021-08-19 00:26:43 -05:00
README.md Create vue app 2021-05-19 17:21:51 -05:00
tsconfig.json First pass at typescript support 2021-08-16 23:30:54 -05:00
vue.config.js First pass at typescript support 2021-08-16 23:30:54 -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.