1.0.8 • Published 2 years ago

@hkamran/vite-scaffold-vue-ts v1.0.8

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
2 years ago

@hkamran/vite-scaffold-vue-ts

License: MIT 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
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago