]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
style: format files
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 27 Jul 2021 05:41:23 +0000 (13:41 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 27 Jul 2021 05:41:57 +0000 (13:41 +0800)
commit3f78be25b977df0792383fcbca8e670449300071
treef2e3b001323cfb17e7d59f9fe74916363e3e905a
parent4114cc444f9cf7752ac208d9cea330ee9bf2a001
style: format files
54 files changed:
.prettierignore [new file with mode: 0644]
.prettierrc [new file with mode: 0644]
README.md
index.js
package.json
playground/default-ts-with-tests/package.json
playground/default-ts-with-tests/src/components/HelloWorld.vue
playground/default-ts-with-tests/tsconfig.json
playground/default-ts-with-tests/vite.config.ts
playground/default-ts/package.json
playground/default-ts/src/components/HelloWorld.vue
playground/default-ts/tsconfig.json
playground/default-ts/vite.config.ts
playground/default-with-tests/jsconfig.json
playground/default-with-tests/package.json
playground/default-with-tests/vite.config.js
playground/default/jsconfig.json
playground/default/package.json
playground/default/vite.config.js
playground/spa-ts-with-tests/package.json
playground/spa-ts-with-tests/src/App.vue
playground/spa-ts-with-tests/src/components/HelloWorld.vue
playground/spa-ts-with-tests/src/store/index.ts
playground/spa-ts-with-tests/tsconfig.json
playground/spa-ts-with-tests/vite.config.ts
playground/spa-ts/package.json
playground/spa-ts/src/App.vue
playground/spa-ts/src/components/HelloWorld.vue
playground/spa-ts/src/store/index.ts
playground/spa-ts/tsconfig.json
playground/spa-ts/vite.config.ts
playground/spa-with-tests/jsconfig.json
playground/spa-with-tests/package.json
playground/spa-with-tests/src/App.vue
playground/spa-with-tests/src/store/index.js
playground/spa-with-tests/vite.config.js
playground/spa/jsconfig.json
playground/spa/package.json
playground/spa/src/App.vue
playground/spa/src/store/index.js
playground/spa/vite.config.js
snapshot.js
template/code/spa/src/App.vue
template/code/spa/src/store/index.js
template/code/typescript-default/src/components/HelloWorld.vue
template/code/typescript-spa/src/App.vue
template/code/typescript-spa/src/components/HelloWorld.vue
template/code/typescript-spa/src/store/index.ts
template/config/base/jsconfig.json
template/config/base/vite.config.js
utils/deepMerge.js
utils/directoryTraverse.js
utils/renderTemplate.js
utils/templateList.js