
A full-fledge Vue 3 + NUI boilerplate to get you developing beautiful and responsive UI's in no time!
The BCC Vue Boilerplate is an impressive toolkit designed to jumpstart your development with Vue 3 and NUI. Tailored for developers aiming to create visually appealing and responsive user interfaces, this boilerplate not only streamlines your workflow but also incorporates modern practices that enhance both functionality and design. With its seamless setup and built-in features, you’ll find it an invaluable resource for rapid development.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Pinia is the official state management library for Vue.js. It provides a simple and intuitive API with full TypeScript support, devtools integration, and modular design. Pinia replaces Vuex as the recommended state management solution for Vue 3.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.