anydemo
Version:
22 lines (21 loc) • 877 B
JavaScript
module.exports = {
templatesRepo: "https://github.com/any-demo/templates.git",
demoList: [
{ name: "Vue2", value: "https://github.com/any-demo/vue2.git" },
{ name: "Vue3", value: "https://github.com/any-demo/vue3.git" },
{ name: "Vue3-ts", value: "https://github.com/any-demo/vue3-ts.git" },
{ name: "React18", value: "https://github.com/any-demo/react18.git" },
{ name: "Reac18-ts", value: "https://github.com/any-demo/react18-ts.git" },
],
pageList: [
{ name: "Vue3", value: "pages/vue3" },
{ name: "Vue3-ts", value: "pages/vue3-ts" },
{ name: "React18", value: "pages/react" },
{ name: "React18-ts", value: "pages/react-ts" },
],
codeList: [
{ name: "vuex", value: "vuex" },
{ name: "pinia", value: "pinia" },
{ name: "redux", value: "redux" },
]
};