@hkamran/vite-scaffold-vue-ts

1.0.8 • Public • Published

@hkamran/vite-scaffold-vue-ts

License: AGPL-3.0 npm version

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 to npm): The NPM executable to use
  • --styling: Install ESLint and Prettier and configure them
  • --vite-html: Install vite-plugin-html-config to manage HTML head tags and configure it
  • --router: Install vue-router and configure it
  • --tailwindcss: Install Tailwind CSS and configure it
  • --netlify: Add the Netlify _redirects file
  • --disallow-robots: Add a robots.txt that disallows all bots (omitting this flag will add the version that allows all)
  • --verbose: Show output

Package Sidebar

Install

npm i @hkamran/vite-scaffold-vue-ts

Weekly Downloads

0

Version

1.0.8

License

AGPL-3.0-or-later

Unpacked Size

13.5 kB

Total Files

3

Last publish

Collaborators

  • hkamran