]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
3.0.0-alpha.3 v3.0.0-alpha.3
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 08:40:03 +0000 (16:40 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 08:40:40 +0000 (16:40 +0800)
commit0c00dee100727764df33e3e537af157c09940709
tree6c421d11ca3acee20dc5dafe7920f6c6b3e48b00
parent62a70a52118f27adfc4578483efbf08e6a91af34
3.0.0-alpha.3
142 files changed:
package.json
playground/default/jsconfig.json
playground/default/src/App.vue
playground/default/src/assets/base.css [new file with mode: 0644]
playground/default/src/assets/logo.svg [new file with mode: 0644]
playground/default/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
playground/default/src/components/HelloWorld.vue
playground/default/src/components/IntroductionItem.vue [new file with mode: 0644]
playground/default/src/components/icons/Community.vue [new file with mode: 0644]
playground/default/src/components/icons/Documentation.vue [new file with mode: 0644]
playground/default/src/components/icons/Ecosystem.vue [new file with mode: 0644]
playground/default/src/components/icons/Moon.vue [new file with mode: 0644]
playground/default/src/components/icons/Sun.vue [new file with mode: 0644]
playground/default/src/components/icons/Support.vue [new file with mode: 0644]
playground/default/src/components/icons/Tooling.vue [new file with mode: 0644]
playground/default/src/composables/useColorScheme.js [new file with mode: 0644]
playground/default/src/composables/useMediaQuery.js [new file with mode: 0644]
playground/jsx-router-vuex-with-tests/jsconfig.json
playground/jsx-router-vuex-with-tests/package.json
playground/jsx-router-vuex/jsconfig.json
playground/jsx-router-vuex/package.json
playground/jsx-router/jsconfig.json
playground/jsx-router/package.json
playground/jsx/jsconfig.json
playground/jsx/package.json
playground/jsx/src/App.vue
playground/jsx/src/assets/base.css [new file with mode: 0644]
playground/jsx/src/assets/logo.svg [new file with mode: 0644]
playground/jsx/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
playground/jsx/src/components/HelloWorld.vue
playground/jsx/src/components/IntroductionItem.vue [new file with mode: 0644]
playground/jsx/src/components/icons/Community.vue [new file with mode: 0644]
playground/jsx/src/components/icons/Documentation.vue [new file with mode: 0644]
playground/jsx/src/components/icons/Ecosystem.vue [new file with mode: 0644]
playground/jsx/src/components/icons/Moon.vue [new file with mode: 0644]
playground/jsx/src/components/icons/Sun.vue [new file with mode: 0644]
playground/jsx/src/components/icons/Support.vue [new file with mode: 0644]
playground/jsx/src/components/icons/Tooling.vue [new file with mode: 0644]
playground/jsx/src/composables/useColorScheme.js [new file with mode: 0644]
playground/jsx/src/composables/useMediaQuery.js [new file with mode: 0644]
playground/router-vuex-with-tests/jsconfig.json
playground/router-vuex-with-tests/package.json
playground/router-vuex/jsconfig.json
playground/router/jsconfig.json
playground/typescript-jsx-router-vuex-with-tests/package.json
playground/typescript-jsx-router-vuex-with-tests/tsconfig.json
playground/typescript-jsx-router-vuex/package.json
playground/typescript-jsx-router-vuex/tsconfig.json
playground/typescript-jsx-router/package.json
playground/typescript-jsx-router/tsconfig.json
playground/typescript-jsx/package.json
playground/typescript-jsx/src/App.vue
playground/typescript-jsx/src/assets/base.css [new file with mode: 0644]
playground/typescript-jsx/src/assets/logo.svg [new file with mode: 0644]
playground/typescript-jsx/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/HelloWorld.vue
playground/typescript-jsx/src/components/IntroductionItem.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/Community.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/Documentation.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/Ecosystem.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/Moon.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/Sun.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/Support.vue [new file with mode: 0644]
playground/typescript-jsx/src/components/icons/Tooling.vue [new file with mode: 0644]
playground/typescript-jsx/src/composables/useColorScheme.ts [new file with mode: 0644]
playground/typescript-jsx/src/composables/useMediaQuery.ts [new file with mode: 0644]
playground/typescript-jsx/tsconfig.json
playground/typescript/package.json
playground/typescript/src/App.vue
playground/typescript/src/assets/base.css [new file with mode: 0644]
playground/typescript/src/assets/logo.svg [new file with mode: 0644]
playground/typescript/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
playground/typescript/src/components/HelloWorld.vue
playground/typescript/src/components/IntroductionItem.vue [new file with mode: 0644]
playground/typescript/src/components/icons/Community.vue [new file with mode: 0644]
playground/typescript/src/components/icons/Documentation.vue [new file with mode: 0644]
playground/typescript/src/components/icons/Ecosystem.vue [new file with mode: 0644]
playground/typescript/src/components/icons/Moon.vue [new file with mode: 0644]
playground/typescript/src/components/icons/Sun.vue [new file with mode: 0644]
playground/typescript/src/components/icons/Support.vue [new file with mode: 0644]
playground/typescript/src/components/icons/Tooling.vue [new file with mode: 0644]
playground/typescript/src/composables/useColorScheme.ts [new file with mode: 0644]
playground/typescript/src/composables/useMediaQuery.ts [new file with mode: 0644]
playground/typescript/tsconfig.json
playground/vuex-with-tests/cypress/integration/example.spec.js
playground/vuex-with-tests/jsconfig.json
playground/vuex-with-tests/package.json
playground/vuex-with-tests/src/App.vue
playground/vuex-with-tests/src/assets/base.css [new file with mode: 0644]
playground/vuex-with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/vuex-with-tests/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/HelloWorld.vue
playground/vuex-with-tests/src/components/IntroductionItem.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/__tests__/ColorSchemeSwitch.spec.js [new file with mode: 0644]
playground/vuex-with-tests/src/components/__tests__/HelloWorld.spec.js
playground/vuex-with-tests/src/components/icons/Community.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/Documentation.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/Ecosystem.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/Moon.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/Sun.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/Support.vue [new file with mode: 0644]
playground/vuex-with-tests/src/components/icons/Tooling.vue [new file with mode: 0644]
playground/vuex-with-tests/src/composables/__tests__/useMediaQuery.spec.js [new file with mode: 0644]
playground/vuex-with-tests/src/composables/useColorScheme.js [new file with mode: 0644]
playground/vuex-with-tests/src/composables/useMediaQuery.js [new file with mode: 0644]
playground/vuex/jsconfig.json
playground/vuex/src/App.vue
playground/vuex/src/assets/base.css [new file with mode: 0644]
playground/vuex/src/assets/logo.svg [new file with mode: 0644]
playground/vuex/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
playground/vuex/src/components/HelloWorld.vue
playground/vuex/src/components/IntroductionItem.vue [new file with mode: 0644]
playground/vuex/src/components/icons/Community.vue [new file with mode: 0644]
playground/vuex/src/components/icons/Documentation.vue [new file with mode: 0644]
playground/vuex/src/components/icons/Ecosystem.vue [new file with mode: 0644]
playground/vuex/src/components/icons/Moon.vue [new file with mode: 0644]
playground/vuex/src/components/icons/Sun.vue [new file with mode: 0644]
playground/vuex/src/components/icons/Support.vue [new file with mode: 0644]
playground/vuex/src/components/icons/Tooling.vue [new file with mode: 0644]
playground/vuex/src/composables/useColorScheme.js [new file with mode: 0644]
playground/vuex/src/composables/useMediaQuery.js [new file with mode: 0644]
playground/with-tests/cypress/integration/example.spec.js
playground/with-tests/jsconfig.json
playground/with-tests/package.json
playground/with-tests/src/App.vue
playground/with-tests/src/assets/base.css [new file with mode: 0644]
playground/with-tests/src/assets/logo.svg [new file with mode: 0644]
playground/with-tests/src/components/ColorSchemeSwitch.vue [new file with mode: 0644]
playground/with-tests/src/components/HelloWorld.vue
playground/with-tests/src/components/IntroductionItem.vue [new file with mode: 0644]
playground/with-tests/src/components/__tests__/ColorSchemeSwitch.spec.js [new file with mode: 0644]
playground/with-tests/src/components/__tests__/HelloWorld.spec.js
playground/with-tests/src/components/icons/Community.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/Documentation.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/Ecosystem.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/Moon.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/Sun.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/Support.vue [new file with mode: 0644]
playground/with-tests/src/components/icons/Tooling.vue [new file with mode: 0644]
playground/with-tests/src/composables/__tests__/useMediaQuery.spec.js [new file with mode: 0644]
playground/with-tests/src/composables/useColorScheme.js [new file with mode: 0644]
playground/with-tests/src/composables/useMediaQuery.js [new file with mode: 0644]