1.0.8 • Published 4 years ago
@hkamran/vite-scaffold-vue-ts v1.0.8
@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-tsUsage
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-configto manage HTML head tags and configure it--router: Installvue-routerand configure it--tailwindcss: Install Tailwind CSS and configure it--netlify: Add the Netlify_redirectsfile--disallow-robots: Add arobots.txtthat disallows all bots (omitting this flag will add the version that allows all)--verbose: Show output