]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
refactor: move utility functions to the `utils` folder
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 27 Jul 2021 04:57:10 +0000 (12:57 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 27 Jul 2021 04:57:10 +0000 (12:57 +0800)
commit5fae06a97cfc6cd39c4fba9b41315fb6e46169c3
tree03339be3bcdc48c88d698ab4909401518419e70f
parent3c0ce26f147438ed22e416e140faa92ebd10f17f
refactor: move utility functions to the `utils` folder

To keep the `files` field concise.
index.js
package.json
utils/deepMerge.js [moved from deepMerge.js with 100% similarity]
utils/directoryTraverse.js [moved from directoryTraverse.js with 100% similarity]
utils/renderTemplate.js [moved from renderTemplate.js with 100% similarity]