Skip to content

stanislavmihaylov/vue-bootstrap

 
 

Repository files navigation

Create Vue Fork

npm package node compatibility

npx vue-bootstrap-test999

This is a fork of the create-vue, where we are extending its existing functionality while keeping it up to date with the original repository. Feel free to contribute and help make this project even better!

Getting Started

Follow these steps to clone, build, and run the project:

1. Clone the Repository

git clone https://github.com/your-username/vite-cli-bootstrap.git
cd vite-cli-bootstrap

2. Install Dependencies

Make sure you have pnpm installed, as we'll be using it for package management.

pnpm install

3. Build the Project

To build the project, run the following command:

pnpm run build

This will generate the build output in the outfile.cjs file.

4. Run the Project

You can now use the built CLI by running the following command, replacing with the actual path to the outfile.cjs file:

npx <path-to-build-file>

Contribution

We welcome contributions to make this project better. Please use the following methods for discussions, reporting issues, and contributing code:

1. Issues

If you encounter any problems or have suggestions, please open an issue here.

2. Discussions

For broader discussions, questions, or feature requests, you can use the Discussions section.

3. Pull Requests

If you'd like to contribute code, please follow these steps:

  • Create a new branch for your changes: git checkout -b feature/your-feature-name.
  • Make your changes and commit them.
  • Push your changes to your branch.
  • Create a pull request (PR) from your branch to the main branch of this repository.

Please ensure your code follows the existing code style and includes necessary tests if applicable.

Thank you for contributing to the project!

About

๐Ÿ› ๏ธ Extended way to start a Vite-powered Vue project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 40.8%
  • JavaScript 35.3%
  • TypeScript 20.5%
  • CSS 2.1%
  • HTML 0.8%
  • EJS 0.4%
  • Shell 0.1%