Pinned Repositories
learnVue
:octocat:Vue.js 源码解析
mvvm_example
通过完成监听器 Observer 、订阅器 Dep 、订阅者 Watcher 和解析器 Compile 的实现,来模拟初始化一个Vue 实例
router-example
本实例分别实现了 Hash 模式和 History 模式的路由
setup-nestjs-auth-mongodb
Nest.js JWT Authentication with MongoDB: A simple user authentication system using JSON Web Tokens (JWT) and Mongo DB in Nest.js. Features registration, login, and token-based authorization for each user. Uses bcrypt for secure password hashing. Lightweight and modular structure.
TagCloud
☁️ 3D TagCloud.js rotating with mouse
vue-clamp
Clamping multiline text with ease.
anchenhai's Repositories
anchenhai/setup-nestjs-auth-mongodb
Nest.js JWT Authentication with MongoDB: A simple user authentication system using JSON Web Tokens (JWT) and Mongo DB in Nest.js. Features registration, login, and token-based authorization for each user. Uses bcrypt for secure password hashing. Lightweight and modular structure.
anchenhai/vue-clamp
Clamping multiline text with ease.
anchenhai/learnVue
:octocat:Vue.js 源码解析
anchenhai/TagCloud
☁️ 3D TagCloud.js rotating with mouse
anchenhai/router-example
本实例分别实现了 Hash 模式和 History 模式的路由
anchenhai/mvvm_example
通过完成监听器 Observer 、订阅器 Dep 、订阅者 Watcher 和解析器 Compile 的实现,来模拟初始化一个Vue 实例