樣本開發過程記錄:meteor,react,apollo

來源:互聯網
上載者:User

標籤:www   tutorial   apollo   參考   nbsp   --   meteor   strong   命令   

本樣本記錄一個開發過程:

 1)參考 Meteor React TUTORIAL教程 https://www.meteor.com/tutorials/react/creating-an-app

 2)。。。

----------------------------

第一部分  建立腳手架項目

1、在win10,安裝 Meteor 1.4.2;

2、進入命令(CMD)提示符,建立目錄 x:\zeng,在此目錄下建立空項目,使用 meteor create eccom 建立一個 ”eccom“項目;

     項目中有一個基礎結構開內容:

       三個目錄 1)client   含: client/main.js ,client/main.html ,client/main.css

                   2) server  含: server/main.js 

                   3) .meteor  (meteor 項目的配置目錄)

                   4)package.json 檔案,整個項目的基礎資訊與包配置。 

                   5).gitignore 檔案

 

3、進入  x:\zeng\eccom 目錄,執行命令 meteor  即 meteor run ;

     (如果是高版本,可以是 ”meteor run --release 1.4.2“ 指定特定版本號碼)

4、成功運行,可以在瀏覽器中查看結果。   http://localhost:3000   

 

第二部分:開發用戶端,主要在 \client 目錄

1、安裝 react react-dom ,執行:meteor npm install --save react react-dom

     會產生一個 \node_modules 目錄,npm 安裝的Node包(及依賴包pkg)放在此處。(不是 meteor 的專用包。)

2、修改  client/main.html 代碼如下:

 <head>

     <title>eccom</title>
</head>

<body>
      <div id="ecapp"></div>
</body>

 3、

樣本開發過程記錄:meteor,react,apollo

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.