Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/productdevbookcom/nuxt-bundle-template
nuxt-bundle-template is a template or boilerplate project for building Nuxt.js applications.
https://github.com/productdevbookcom/nuxt-bundle-template
bundle npm npm-package nuxt nuxtjs package typescript vue
Last synced: about 1 month ago
JSON representation
nuxt-bundle-template is a template or boilerplate project for building Nuxt.js applications.
- Host: GitHub
- URL: https://github.com/productdevbookcom/nuxt-bundle-template
- Owner: productdevbookcom
- License: mit
- Created: 2023-05-21T15:06:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T14:19:56.000Z (3 months ago)
- Last Synced: 2024-10-24T22:21:46.070Z (2 months ago)
- Topics: bundle, npm, npm-package, nuxt, nuxtjs, package, typescript, vue
- Language: TypeScript
- Homepage: https://productdevbook.com
- Size: 1.88 MB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt Typescript Bundle Template
![Nuxt Typescript Bundle Template](https://github.com/productdevbookcom/nuxt-bundle-template/blob/main/.github/assets/nuxt-bundle-template.png?raw=true)
This is a template for creating a Typescript bundle. It is based on the [Typescript](https://www.typescriptlang.org/) compiler with the [Vite](https://vitejs.dev/) bundler.
## Features
- [x] [Nuxt](https://nuxtjs.org/)
- [x] [Typescript](https://www.typescriptlang.org/)
- [x] [Vite](https://vitejs.dev/)
- [x] [Vue](https://vuejs.org/)
- [x] [Vue Macros](https://github.com/sxzz/unplugin-vue-macros)
- [x] [ESLint](https://eslint.org/) with [Antfu's ESLint Config](https://github.com/antfu/eslint-config)
- [x] [Bumpp](https://github.com/antfu/bumpp) github changelog generator
- [x] [Vitest](https://vitest.dev/)
- [x] [Pnpm](https://pnpm.io/)
- [x] [GitHub Actions]()
- [x] [NPM Local Registry]()
- [x] [Renovate]()## Usage
- To use this template, click the "Use this template" button above.
- Clone the repository to your local machine.
- Run `pnpm install` to install the dependencies.
- Run `pnpm dev` to start the development server.
- Run `pnpm dev:build` nuxt build playground nuxt app.
- Run `pnpm dev:prepare` nuxt build playground nuxt app prepare.
- Run `pnpm build` to build the bundle.
- Run `dev:prepare` to build the bundle in watch mode.
- Run `pnpm start` to start the bundle.
- Run `pnpm lint` to lint the code. (You can also run `pnpm lint:fix` to fix the linting errors.)
- Run `pnpm test` to run the tests. (You can also run `pnpm test:watch` to run the tests in watch mode.)
- Run `pnpm release` to bump the version. Terminal will ask you to select the version type. And then it will automatically commit and push the changes. GitHub Actions will automatically publish git tags. NPM local registry will automatically publish the package.## Configuration
### Renovate
[Setup Github App](https://github.com/apps/renovate) for Renovate.
## Sponsors
## License
This project is licensed under the [MIT License](LICENSE).