A dashboard scaffolding based on Vue.js 3.x & TypeScript created by Vite.
Last updated Jun 21, 2026
1.3k
Stars
208
Forks
15
Issues
0
Stars/day
Attention Score
79
Language breakdown
TypeScript 48.6%
Vue 39.4%
HTML 11.3%
JavaScript 0.6%
โธ Files
click to expand
README
Todo
- [ ] CRUD demos
- [ ] Data virtualization
- [ ] More demos
Features
- Modern Vue.js Ecosystem
- Fully strongly typed
- Next generation frontend tooling
- HTTP request based on Fetch API
- Customizable UI Library
- Complete engineering workflow
- Locally mocked API server
- Authorization
- Modern application deployment
Online Preview
- https://fearless.zce.me
Getting Started
Prerequisites
- Node.js (>= 18.17, 20.x preferred)
Scaffolding tools
Create an application by zce/caz
# create apps through this
$ npx caz vue#next my-app
enter generated directory
$ cd my-app
Clone & Install
# clone repo
$ git clone https://github.com/zce/fearless.git
$ cd fearless
install dependencies
$ pnpm install # or npm install
Available Scripts
# dev with hot reload at http://localhost:3000
$ pnpm dev # or npm run dev
build for production with minification
$ pnpm build # or npm run build
Mock API Server
The built-in mock server starts as a vite plugin. that means you don't need to start it alone.
Contributing
- Fork it on GitHub!
- Clone the fork to your own machine.
- Checkout your feature branch:
git checkout -b my-awesome-feature - Commit your changes to your own branch:
git commit -am 'Add some feature' - Push your work back up to your fork:
git push -u origin my-awesome-feature - Submit a Pull Request so that we can review your changes.
[!NOTE]
Be sure to merge the latest from "upstream" before making a pull request!
License
๐ More in this category