Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anjoy8/blog.vue

☘ 一个vue的个人博客项目,配合.net core api教程,打造前后端分离
https://github.com/anjoy8/blog.vue

axios router vue vue-cli vuex webpack

Last synced: 17 days ago
JSON representation

☘ 一个vue的个人博客项目,配合.net core api教程,打造前后端分离

Awesome Lists containing this project

README

        

## 项目

[![API](https://img.shields.io/badge/接口API-Blog.Core-brightgreen.svg)](https://github.com/anjoy8/Blog.Core)
[![admin](https://img.shields.io/badge/管理后台-Blog.Admin-blue.svg)](https://github.com/anjoy8/Blog.Admin)
[![vue](https://img.shields.io/badge/VUE-3.11.0-brightgreen.svg)](https://github.com/anjoy8/Blog.Admin)
[![node](https://img.shields.io/badge/NODE-10.16.3-brightgreen.svg)](https://github.com/anjoy8/Blog.Admin)
[![npm](https://img.shields.io/badge/NPM-6.9.0-brightgreen.svg)](#)

## 环境

![Logo](https://github.com/anjoy8/Blog.Vue/blob/master/public/environment.png)
![Logo](https://github.com/anjoy8/Blog.Vue/blob/master/public/install.png)

## 操作

### 安装依赖
```
npm install
```

### 编译
```
npm run serve
```

### 打包
```
npm run build
```