productdevbookcom / vue-ts-bundle-template

vue-bundle-template is a template or boilerplate project for building Vue.js applications that are bundled using Vite.

Home Page:https://productdevbook.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Typescript Bundle Template

Vue Typescript Bundle Template

This is a template for creating a Typescript bundle. It is based on the Typescript compiler with the Vite bundler.

Features

Usage

  1. To use this template, click the "Use this template" button above.
  2. Clone the repository to your local machine.
  3. Run pnpm install to install the dependencies.
  4. Run pnpm build to build the bundle.
  5. Run build:watch to build the bundle in watch mode.
  6. Run pnpm play to playground dev mode.
  7. Run pnpm start to start the bundle.
  8. Run pnpm lint to lint the code. (You can also run pnpm lint:fix to fix the linting errors.)
  9. Run pnpm test to run the tests. (You can also run pnpm test:watch to run the tests in watch mode.)
  10. 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 for Renovate.

Checklists

  • Update the README.md file.
  • Update the LICENSE file.
  • Update the package.json file. (name,version, description, author, repository, bugs, homepage, funding, keywords)
  • playground/src/App.vue - update package name vue-bundle-template
  • playground/package.json - in change the package name vue-bundle-template

Sponsors

sponsors

License

This project is licensed under the MIT License.

About

vue-bundle-template is a template or boilerplate project for building Vue.js applications that are bundled using Vite.

https://productdevbook.com

License:MIT License


Languages

Language:TypeScript 53.4%Language:Vue 37.6%Language:HTML 7.4%Language:JavaScript 1.3%Language:CSS 0.2%