@hkamran/vite-scaffold-vue-ts
A scaffolding system for Vite-powered Vue 3 (TypeScript) apps
Installation
$ npm i -D @hkamran/vite-scaffold-vue-ts
$ npx @hkamran/vite-scaffold-vue-ts
Usage
I recommend using this program with npx
, via npx @hkamran/vite-scaffold-vue-ts
. However if you would like, you can also use it by installing it, then using the vite-scaffold-vue-ts
binary.
Flags
-
--npm-executable [npm executable]
(optional, defaults tonpm
): The NPM executable to use -
--styling
: Install ESLint and Prettier and configure them -
--vite-html
: Installvite-plugin-html-config
to manage HTML head tags and configure it -
--router
: Installvue-router
and configure it -
--tailwindcss
: Install Tailwind CSS and configure it -
--netlify
: Add the Netlify_redirects
file -
--disallow-robots
: Add arobots.txt
that disallows all bots (omitting this flag will add the version that allows all) -
--verbose
: Show output