1 getting started &understanding react

1 git clone https://github.com/facebook/react.git
2 cd react/
vi index.html

<!DOCTYPE html>
 <html>
     <head>
         <script src="build/react.js"></script>
          <script src="build/react-docm.js"></script>
           <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/6.1.19/browser.min.js"></script>

     </head>
 </html>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章