https://github.com/stafyniaksacha/nuxt-compos-bench
https://github.com/stafyniaksacha/nuxt-compos-bench
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stafyniaksacha/nuxt-compos-bench
- Owner: stafyniaksacha
- Created: 2023-02-24T18:17:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T11:02:39.000Z (over 2 years ago)
- Last Synced: 2025-02-04T19:15:09.507Z (4 months ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
You can edit `scripts/gen-*` file to change amount of generated components.
```bash
pnpm install# generate components with render function in .js files
npx esno ./scripts/gen-js-render-components-components.ts && pnpm dev# generate js option component in .vue files
npx esno ./scripts/gen-vue-base-components.ts && pnpm dev# generate ts setup component in .vue files
npx esno ./scripts/gen-vue-define-setup-components.ts && pnpm dev
```