Giter VIP home page Giter VIP logo

egg-vue-typescript-apollo-graphql-startkit's Introduction

Technology Stack

  • main stack

    • Egg - Born to build better enterprise frameworks and apps.
    • Vue - Simple yet powerful library for building modern web interfaces.
    • TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
    • Apollo - Apollo is an incrementally-adoptable data stack that manages the flow of data between clients and backends. Based on GraphQL
    • GraphQL - GraphQL is a query language and execution engine tied to any backend service.
  • other stack

    • Yarn - Fast, reliable, and secure dependency management.
    • Vuex - Centralized State Management for Vue.js.
    • VueRouter - It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze.
    • Element - Desktop UI elements for Vue.js 2.0
    • JSON Web Tokens - Industry standard RFC 7519 method for representing claims securely between two parties.
    • Webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets.
    • Babel - Babel is a compiler for writing next generation JavaScript.
    • Release It! - Interactive release tool for Git repos. Bump version, commit, tag, push, build, publish to npm.
    • Karma - Spectacular Test Runner for JavaScript.

Usage

step1 (preinstall):
  npm i -g yarn
  npm i -g release-it
  npm i -g nodemon

in china use taobao registry
  npm i -g yarn --registry=https://registry.npm.taobao.org
  npm i -g release-it --registry=https://registry.npm.taobao.org
  npm i -g nodemon --registry=https://registry.npm.taobao.org
  yarn config set registry https://registry.npm.taobao.org


step2 (dependencies):
  yarn


step3 (development):
  npm run dev


step4 (login):
  name: okoala
  pwd:  123456

Plan

egg-vue-typescript-apollo-graphql-startkit's People

Contributors

okoala 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.