blog-admin @react、@typescript、@apollographql
The blog-adminVue is a project currently being refactored using React, TypeScript, and React-Apollo. This project is the Vue version, and the React version can be found on the master branch. In order to run this project, the backend API, blog-service, needs to be started as well. Please refer to the README.md of the blog-service for instructions on how to start it.
To install and run the blog-adminVue project, follow these steps:
npm install
npm run serve
The blog-adminVue is a refactored version of the blog admin panel using modern technologies such as React, TypeScript, and React-Apollo. It has a separate branch for the Vue version and relies on the backend API, blog-service, which needs to be started. By following the installation guide, users can set up and run the blog-adminVue project on their local machines.