1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 09:40:10 +02:00

add templates for file mode

This commit is contained in:
Kushagra Gour
2019-03-15 16:30:16 +05:30
parent e39e284705
commit 6724b7c90b
6 changed files with 87 additions and 13 deletions

View File

@@ -7,7 +7,8 @@ export default [
{
id: 'vue',
title: 'Vue',
img: 'assets/vue-logo.svg'
img: 'assets/vue-logo.svg',
isFileModeSupported: true
},
{
id: 'preact',
@@ -17,6 +18,7 @@ export default [
{
id: 'kontra-game-engine',
title: 'Kontra Game Engine',
img: 'assets/html5-logo.svg'
img: 'assets/html5-logo.svg',
isFileModeSupported: true
}
];