<Project>
โ config/ (settings)
โ โ default.yml (site settings)
โ โ development.yml
โ โ production.yml
โ โ local.yml (build settings)
โ โ local-development.yml
โ โ local-production.yml
โ โ webpack.extends.js
โ config-vue/ (select Vue only)
โ โ .pug-lintrc.json
โ src/ (working directory)
โ โ css/
โ โ html/
โ โ img/ (using file-loader)
โ โ js/
โ โ static/ (file copy)
โ โ yaml2json/
โ types/ (select TypeScript only)
โ .babelrc (select Babel only)
โ .browserslistrc
โ .editorconfig
โ .eslintrc.yml
โ .pug-lintrc.json (select Pug only)
โ .gitignore
โ .npmrc
โ .prettierrc
โ tsconfig.json (select TypeScript only)
โ package.json
โ webpack.config.js