1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-16 03:26:19 +02:00
Files
php-web-maker/src/templateList.js
2018-10-24 14:44:48 +05:30

23 lines
326 B
JavaScript

export default [
{
id: 'react',
title: 'React',
img: 'assets/react-logo.svg'
},
{
id: 'vue',
title: 'Vue',
img: 'assets/vue-logo.svg'
},
{
id: 'preact',
title: 'Preact',
img: 'assets/preact-logo.svg'
},
{
id: 'kontra-game-engine',
title: 'Kontra Game Engine',
img: 'assets/html5-logo.svg'
}
];