Giter VIP home page Giter VIP logo

zeesu1 / node-nest-vue-nuxt-cms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from givebest/node-nest-vue-nuxt-cms

0.0 0.0 0.0 8.31 MB

The CMS system developed by nest.js based on node.js and nuxt.js based on vue.js is used to implement SSR(SEO)server-side rendering and generate static HTML, which is conducive to SEO.

License: Apache License 2.0

JavaScript 23.84% TypeScript 18.20% CSS 3.13% HTML 0.12% PLpgSQL 9.97% Vue 40.70% Less 0.53% SCSS 3.50%

node-nest-vue-nuxt-cms's Introduction

GiiBee CMS

The CMS system developed by nest.js based on node.js and nuxt.js based on vue.js is used to implement SSR server-side rendering and generate static HTML, which is conducive to SEO.Suitable for enterprises to build SEO-type websites.

English | 简体中文

Getting started

MySql

  1. Create the nest_cms_api table;

  2. Use MySql command or management software to import the .sql file in the DB directory.

CMS API server

cd server

npm install

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

CMS management

cd admin

npm install --legacy-peer-deps

# serve with hot reload at localhost:3002
npm run dev

# build for production and launch server

npm run build:stage

npm run build:prod

CMS web

cd web

npm install

# development
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Features

  • NestJS + MySql output API.
  • API calls sensitive operation records IP, administrator and client information.
  • NuxtJS + Vue + Bootstrap-vue can generate static HTML for the whole site (SEO).
  • Nuxtjs vue implements SSR server-side rendering (SEO).
  • Element UI + Vue realizes CMS management.
  • Front-end and back-end separation.
  • JWT authentication.
  • Commodity classification supports custom routing and web page description (SEO).
  • Product name supports custom routing and web page description (SEO).
  • Responsive web pages, adapted to PC and mobile terminals.

screenshot

CMS web

home

home

product

product

about
about

CMS management

banner

product

product

CMS API

API

License

Apache License 2.0.

node-nest-vue-nuxt-cms's People

Contributors

givebest avatar kujomiva 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.