美文网首页
[Frontend] Creating an app with

[Frontend] Creating an app with

作者: 天上天之下 | 来源:发表于2018-07-12 15:10 被阅读0次

    The why section:

    We want to create apps to be more creative.

    The what section:

    We are gonna create an app using technologies lined out in the title, the stack is gonna be installed via npm.

    The how section:

    1. Init an empty npm folder

    2. npm install webpack 

    3. npm install babel

    4. npm install react, reactdom

    5. npm install mock.js

    6. config webpack

    7. config babel to use es6

    8. structure of scss folder

    9. writing es6 react login module, header, footer, nav components

    10. launching the app

    ``` code sample

    相关文章

      网友评论

          本文标题:[Frontend] Creating an app with

          本文链接:https://www.haomeiwen.com/subject/hchrpftx.html