0.1.24 • Published 5 years ago

arthas_jvue v0.1.24

Weekly downloads
72
License
-
Repository
-
Last release
5 years ago

arthas_jvue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

示例,app.vue

main.ja 导入并使用
import   jvue   from "@jvue"  
Vue.use(jvue);

使用示例

    <template> 
        <div id="app">
            <j-layout class="fit"> 
                    <j-top   style="height:50px; background-color: #B3C0D1;">
                        top
                    </j-top> 
                    <j-left style="width:200px;background-color:#D3DCE6;"> 
                            <h1> left </h1>
                    </j-left> 
                    <j-center  >
                        center
                    </j-center> 
                    <j-right style="width:100px;background-color: #D3DCE6;">
                        right
                    </j-right> 
                    <j-bottom style="height:50px;background-color: #B3C0D1;">
                        底部
                    </j-bottom> 
                </j-layout> 
        </div> 
        </template>

        <script>
        export default {
            
        }
        </script>
        <style>
            body{
                width: 100%;
                height:100%;
            }
            #app {
                font-family: 'Avenir', Helvetica, Arial, sans-serif;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                text-align: center;
                color: #2c3e50;
                
                width: 100%;
                height:100%;
            }
        </style>

0.1.24

5 years ago

0.1.23

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago