Skip to content

Dev.Front end Courses

nothing edited this page Mar 18, 2014 · 2 revisions

All

  • 希望开发的时候,尽量做到前后分离,前台的规则参考前台。
  • 尽量不要把php跟js css混合写。
  • 以下的规则针对的是前端代码,不受后台语言的限制。

Html

  1. standard

Css

  1. standard
  2. bootstrap
  3. css3

Js

  1. standard
  2. jQuery
  3. AngularJS
  4. Plugin

How to code front-end in Pi

  1. phtml or html
    • 如果使用angular或者Requirejs这样的前端框架,会自带前端模板,可以考虑使用html模板,但是注意静态模板不要跨域。
  2. Admin routes or front routes
    • 建议都使用php路由

Dev Tools

  1. Firebug
  2. Grunt
Clone this wiki locally