Git Product home page Git Product logo

angular-webapp's Introduction

Angular-webApp

AngularJS仿拉勾网WebApp 开发移动端单页应用 慕课学习链接

描述

基于AngularJS,仿拉勾网开发一个招聘类的移动端单页应用,包括登录、注册、搜索、查看、收藏等功能,涵盖如指令、数据绑定、过滤器等AngularJS最常用的、难理解的核心概念以及前端构建工具gulp的使用,通过这一次实际的开发,明晓了AngularJS开发单页应用的流程,以及模块化开发的优势,获得使用AngularJS独立开发单页应用的能力。

Use it

  • 安装依赖
npm install
  • 运行项目
gulp

使用到的技术

  • 包管理工具Bower
  • 前端自动化构建工具Gulp
  • 手机端布局rem
  • CSS预编译语言Less
  • MVC前端框架AngularJS

文件目录说明

|--bower_components:
|--build:
|--dist:产品发布目录(部署发布)
|--note:听课笔记
|--src:源码
    |--data:假数据(json文件)
    |--image:
    |--script
        |--config:
        |--controller:
        |--directive:
        |--filter:
        |--service:
        |--app.js:入口文件
    |--style:样式文件
    |--view:视图文件
|--test:单元测试、集成测试<本项目没有引入>
|--eslintrc:代码审查<本项目没有引入>
|--gulpfile.js:gulp配置文件
|--package.json :npm初始化
|--bower.json:bower配置文件

angular-webapp's People

Watchers

 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.