Giter VIP home page Giter VIP logo

hupo_authentication's Introduction

第一阶段:前后端分离,微服务化

原来的博客系统,分成三部分:注册登录中心前后端,Blog。

mkdir hupo_authentication
cd hupo_authentication
npm init -y
git init
git status
git add ......
git commit ......
git 

拷贝代码,然后部署起来,包括 各种依赖包的 npm install ... --save,或者 --save-dev 以及.bowerrc配置路径,bower install ... --save, 不过bootstrap,jquery,可以使用CDN加速(如 https://www.bootcdn.cn/),不一定要放到自己的代码中来。 以后部署时可以

npm install 
bower install

另外,还需要配置.gitignore,忽略node_modules和bower_components。

添加测试工具

测试是很重要的,找bug,加深对代码的理解。

console.log

Chrome DevTools,感觉后段代码没法调,远程调试有太不安全了。

hupo_authentication's People

Contributors

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