Naice Blog

screenshot of Naice Blog
nuxt
vue

新的博客上线啦

Overview

After a long desire to leverage my technical skills for personal projects, I've finally embarked on a small blog reconstruction journey. Spanning over two months (with a few well-placed excuses about a busy work schedule), I am thrilled to announce the launch of my revamped blog. The goal was to enhance both the visual appeal and interactive experience of the blog, and it's now live for everyone to explore.

The blog combines modern technologies to create a solid platform for content sharing. I aimed for an engaging user experience, and I believe the results speak for themselves. With several features that streamline the interaction and presentation, there's much to look forward to.

Features

  • Modern Technology Stack: Built using Vue, Vuex, Vue Router, Nuxt, React, Redux, and Ant Design, ensuring a robust and dynamic user experience.
  • Dynamic Content Loading: Utilizes token control for on-demand loading, enhancing performance and responsiveness.
  • SSR Capabilities: Server-side rendering (SSR) support for better SEO and faster loading times, leveraging server capabilities intelligently.
  • JWT Authentication: Implements JWT for secure user authentication, safeguarding user data and interactions.
  • Automated Deployment: Uses PM2 for automated deployment, ensuring smooth updates and server management.
  • Comment and Feedback System: Users can leave comments and feedback, fostering community engagement and interaction.
  • Email Notifications: Features email notifications for various activities on the blog, keeping users informed and connected.
  • Future Enhancements: Plans for music visualization, mobile adaptation, and data visualization statistics, highlighting commitment to continuous improvement.
nuxt
Nuxt

nuxt.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.

vue
Vue

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.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.