]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commit
feat(playground): init
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 11 Oct 2023 12:41:38 +0000 (14:41 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 11 Oct 2023 12:41:44 +0000 (14:41 +0200)
commitc0b16ea4054ed698819c2ec73c59909b1bd83d96
treeca0ea0771362b229cd62f81eddcaf0969f979a1f
parent7478376a54b627c2f5a3a7f0f6d3d5676cf90e60
feat(playground): init
29 files changed:
packages/online-playground/README.md [new file with mode: 0644]
packages/online-playground/index.html [new file with mode: 0644]
packages/online-playground/package.json [new file with mode: 0644]
packages/online-playground/public/logo.svg [new file with mode: 0644]
packages/online-playground/shims-vue.d.ts [new file with mode: 0644]
packages/online-playground/src/App.vue [new file with mode: 0644]
packages/online-playground/src/Header.vue [new file with mode: 0644]
packages/online-playground/src/VersionSelect.vue [new file with mode: 0644]
packages/online-playground/src/defaults.ts [new file with mode: 0644]
packages/online-playground/src/download/download.ts [new file with mode: 0644]
packages/online-playground/src/download/template/README.md [new file with mode: 0644]
packages/online-playground/src/download/template/index.html [new file with mode: 0644]
packages/online-playground/src/download/template/main.js [new file with mode: 0644]
packages/online-playground/src/download/template/package.json [new file with mode: 0644]
packages/online-playground/src/download/template/vite.config.js [new file with mode: 0644]
packages/online-playground/src/icons/Download.vue [new file with mode: 0644]
packages/online-playground/src/icons/GitHub.vue [new file with mode: 0644]
packages/online-playground/src/icons/Moon.vue [new file with mode: 0644]
packages/online-playground/src/icons/Share.vue [new file with mode: 0644]
packages/online-playground/src/icons/Sun.vue [new file with mode: 0644]
packages/online-playground/src/main.ts [new file with mode: 0644]
packages/online-playground/src/pinia-dev-proxy.ts [new file with mode: 0644]
packages/online-playground/src/vue-dev-proxy.ts [new file with mode: 0644]
packages/online-playground/src/vue-server-renderer-dev-proxy.ts [new file with mode: 0644]
packages/online-playground/tsconfig.json [new file with mode: 0644]
packages/online-playground/vercel.json [new file with mode: 0644]
packages/online-playground/vite.config.ts [new file with mode: 0644]
pnpm-lock.yaml
tsconfig.json