Code Monkey home page Code Monkey logo

angular-tour-of-books's Introduction

angular-tour-of-books

这是一个参照 Angular 官方教程所写的小例子,实现了官方教程的所有功能

ng build

最后编译后的源码在 dist 目录下

简要说明 github 与本地协作流程

1、在 github 中新建代码库,复制地址,如:[email protected]:jinlixing/angular-tour-of-books

2、本地 ng new angular-tour-of-books && cd angular-tour-of-books

3、初始化本地代码库 git init

4、首先将 github 上的readme、.gitignore、LICENSE 文件拉取到本地

 git pull origin master --allow-unrelated-histories

5、手动合并冲突文件后,进行 commit 操作,并 git push -u origin master 首次推送到 github 代码库中

6、随后正常开发流程即可

angular-tour-of-books's People

Contributors

jinlixing avatar

Watchers

James Cloos 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.