0.1.24 • Published 6 years ago
arthas_jvue v0.1.24
arthas_jvue
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lintCustomize configuration
示例,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
6 years ago
0.1.23
6 years ago
0.1.22
6 years ago
0.1.21
6 years ago
0.1.20
6 years ago
0.1.19
6 years ago
0.1.18
6 years ago
0.1.16
6 years ago
0.1.15
6 years ago
0.1.14
6 years ago
0.1.13
6 years ago
0.1.12
6 years ago
0.1.11
6 years ago
0.1.10
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago