Coder Social home page Coder Social logo

easytp-angular's Introduction

easytp-angular

官方社区 https://jeasytp.com

环境要求

  • php >= 5.4.0
  • composer
  • node.js
  • bower
  • gulp

安装步骤

使用composer安装

composer create-project easytp/easytp easytp dev-master --prefer-dist
cd easytp
npm install
npm start

使用其他安装

git clone https://github.com/easytp/easytp-angular.git easytp
cd easytp
npm install
npm start

目录结构

www  WEB部署目录(或者子目录)
├─bower.json            bower定义文件
├─bs-config.json        lite-server定义文件
├─composer.json         composer定义文件
├─package.json          npm定义文件
├─tsconfig.json         typescript定义文件
├─typings.txt           typings定义文件
├─gulpfile.txt          gulp定义文件
├─README.md             README文件
├─LICENSE.txt           授权说明文件
├─application           应用目录
│  ├─common             公共模块目录(可以更改)
│  ├─runtime            应用的运行时目录(可写,可定制)
│  ├─module_name        模块目录
│  │  ├─config.php      模块配置文件
│  │  ├─common.php      模块函数文件
│  │  ├─controller      控制器目录
│  │  ├─model           模型目录
│  │  ├─view            视图目录
│  │  └─ ...            更多类库目录
│  │
│  ├─common.php         公共函数文件
│  ├─config.php         公共配置文件
│  ├─route.php          路由配置文件
│  └─database.php       数据库配置文件
│
├─public                WEB目录(对外访问目录)
│  ├─index.html         入口文件
│  ├─main.ts            angular2项目入口文件
│  ├─.htaccess          用于apache的重写
│  ├─api.php            接口入口文件
│  ├─router.php         快速测试文件(用于PHP内置webserver)
│  ├─api                接口数据目录
│  │  ├─system          系统数据目录
│  │  └─ ...            更多数据目录
│  │
│  ├─app                angular2项目文件目录
│  │  ├─components      核心文件目录
│  │  ├─shared          公共目录
│  │  ├─extend          扩展目录
│  │  ├─+module_name    模块目录
│  │  └─+ ...           更多模块目录
│  │
│  └─static             静态文件目录
│     ├─vendor          bower文件目录
│     ├─sass            sass文件目录
│     ├─css             css文件目录
│     └─js              js文件目录
│
├─thinkphp              框架系统目录
│  ├─lang               语言文件目录
│  ├─library            框架类库目录
│  │  ├─think           Think类库包目录
│  │  └─traits          系统Trait目录
│  │
│  ├─mode               应用模式目录
│  ├─tpl                系统模板目录
│  ├─tests              单元测试文件目录
│  ├─base.php           基础定义文件
│  ├─convention.php     框架惯例配置文件
│  ├─helper.php         助手函数文件
│  ├─phpunit.xml        phpunit配置文件
│  └─start.php          框架入口文件
│
├─extend                扩展类库目录
├─vendor                第三方类库目录(Composer依赖库)

easytp-angular's People

Contributors

5ini99 avatar aoiujz avatar brother-simon avatar cjango avatar d1webtop avatar dongww avatar dseguy avatar huangdijia avatar hugtale avatar jinchun avatar justmd5 avatar kinosang avatar leunggamciu avatar liu21st avatar liuzhaowei55 avatar lofanmi avatar luofei614 avatar oldrind avatar pakey avatar pwf0112 avatar shuipf avatar vancels avatar vus520 avatar wenshuangcs2010 avatar wuyumin avatar xiaohome avatar yangweijie avatar yunwuxin avatar zhylninc avatar zizhilong 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.