GithubHelp home page GithubHelp logo

193eric / nuxt-blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from warriorbrian/nuxt-blog

1.0 2.0 0.0 1.51 MB

基于Nuxt.js服务器渲染(SSR)搭建的个人博客系统

License: MIT License

JavaScript 42.68% HTML 1.42% CSS 7.77% Vue 48.13%

nuxt-blog's Introduction

nuxt-blog

基于Nuxt.js服务器渲染(SSR)构建的个人博客系统

线上Demo地址: Brian's Blog

环境规范:

Vue.js >= 2.0

Nuxt.js >= 1.0.0

Node.js > 8.0

MongoDB >= v3.6.3

目录说明:

  • nuxt/:前端UI界面

  • server/:后端服务功能

  • serviceUI/:后端UI界面源码

使用前准备

暂时不支持后台修改用户名,后续会增加。所以需要准备工作如下:

# 1. 进入blog库

$ use blog

# 2. 插入登录用户名及密码

$ db.users.insert({username:'demo',password:'626dd3c7157d6460664c3b5c3778c96c'})

# 3. 用户名及密码登录

用户名为:demo

密码为:123456

特别注意:必须要先在数据库里面插入用户名及密码,否则后台无法登陆!!!

构建与运行

特别注意:构建与运行及详情在每个目录下的readme说明,点击目录即可阅读!

暂不支持移动端,正在开发移动端版本中...

# nuxt localhost:8081

$ npm install

# server localhost:3000

$ npm install

# serviceUI localhost:8082

$ npm install

nuxt-blog's People

Contributors

brianlee0223 avatar warriorbrian avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.