Giter Club home page Giter Club logo

blog's Introduction

Blog

Blog是一个基于vue和node的小小小博客 前端用vue,后端用Koa2

快速入门

技术栈

本地运行

安装MongoDB数据库和Node.js环境。

# 安装服务端依赖
npm install
# 运行服务
npm run dev

# 安装用户端依赖
npm install
# 运行用户端项目
npm run serve

# 安装后台依赖
npm install
# 运行后台项目
npm run serve

# 即可通过 http://127.0.0.1:3000访问

项目目录

| blog-admin            后台管理系统
| blog-home             用户端
| blog-serve            后台
| .gitignore            git配置

打包

# 在前台和后台目录分别
npm run build
# 在项目根目录
npm install
# 启动
npm start

blog's People

Contributors

knight-l avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

happyabbi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.