ソースを参照

Merge branch 'dev' of https://github.com/jdf2e/nutui into dev

zhenyulei 7 年 前
コミット
a8cac88a60
5 ファイル変更27 行追加15 行削除
  1. 22 0
      NEXT.md
  2. 0 10
      config.json
  3. 1 1
      src/app.vue
  4. 3 4
      src/default.html
  5. 1 0
      src/view/intro.vue

+ 22 - 0
NEXT.md

@@ -0,0 +1,22 @@
+目前NutUI 2.0版正在紧锣密鼓的开发中。
+
+主要方向是组件的精品化和跨平台,从网站到组件全面提升用户体验,预计年底发布Beta版本。
+
+新版本的NutUI将具备以下特性:
+
+* 跨平台,提交的Vue组件自动生成微信小程序组件
+* 脚手架升级webpack 4.0,构建速度大幅提升
+* 网站页面设计由设计师小姐姐把持,组件严格按照京东APP最新UI规范开发
+* 统一的动效
+* 更方便、更灵活、更优雅的按需引用方式
+* 组件内建文案支持多语言(国际化)
+* 支持自定义主题
+* 基于MD文件自动生成文档
+* 支持自动化测试和持续集成
+* 官网将支持PWA
+
+
+
+如果你有好的建议,欢迎反馈给我们。
+
+nutui@jd.com

+ 0 - 10
config.json

@@ -335,21 +335,11 @@
       "showDemo": true
     },
     {
-      
       "name": "ShortPwd",
       "chnName": "短密码弹层",
       "desc": "6位短密码弹层",
       "type": "component",
       "showDemo": true
-    },
-    {
-      "name": "FooterCom",
-      "chnName": "公共底部菜单",
-      "desc": "公共底部菜单",
-      "type": "component",
-      "showDemo": true
     }
-   
-    
   ]
 }

+ 1 - 1
src/app.vue

@@ -12,7 +12,7 @@
     	<router-view class="view sys-main" name="main"></router-view>
         <router-view class="view sys-phone" name="phone"></router-view>
     </div>
-    <div class="sys-footer"><div class="sys-inner"><span>© 2018 <a href="https://jdc.jd.com/" target="_blank">JDC</a>. All Rights Reserved.</span></div></div>
+    <div class="sys-footer"><div class="sys-inner"><span>Copyright © 2017~2018 <a href="https://jdc.jd.com/" target="_blank">JDC</a>. All Rights Reserved.</span></div></div>
   </div>
 </template>
 <script>

+ 3 - 4
src/default.html

@@ -21,9 +21,8 @@
                     <li><a href="http://nutui.jd.com/index.html#/Dialog">文档</a></li>
                     <li><a href="http://nutui.jd.com/index.html#/nutdemo">示例</a></li>
                     <li><a href="http://nutui.jd.com/index.html#/cases">案例</a></li>
-<li>
-    <a href="https://github.com/jdf2e/nutui">Github</a>
-</li>
+                    <li><a href="https://github.com/jdf2e/nutui">Github</a></li>
+                    <li><a href="https://github.com/jdf2e/nutui/blob/dev/NEXT.md">NEXT</a></li>
                 </ul>
 
                 <div class="uk-navbar-brand uk-navbar-center uk-visible-small"><img src="../asset/img/nutui-logo-2.png" width="90" height="30" title="NutUI" alt="NutUI"></div>
@@ -103,7 +102,7 @@
         <div class="tm-footer" style="background: #252525">
             <div class="uk-container uk-container-center uk-text-center">
                 <div class="uk-panel">
-                    <p>© 2018 <a href="//jdc.jd.com">JDC</a>. All Rights Reserved.</p>
+                    <p>Copyright © 2017~2018 <a href="//jdc.jd.com">JDC-前端开发部</a></p>
                     <a href="index.html"><img src="../asset/img/nutui-logo-2.png" width="130" height="30" title="NutUI" alt="NutUI"></a>
                 </div>
 

+ 1 - 0
src/view/intro.vue

@@ -82,4 +82,5 @@ img{
         height:100px;
     }
 }
+
 </style>