Commit 6f61b712 authored by toby's avatar toby

init

parents
{
"name": "ovestack-template",
"version": "1.0.0",
"description": "ovestack template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovestack/ovestack-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ovestack/ovestack-template/issues"
},
"homepage": "https://github.com/ovestack/ovestack-template#readme"
}
const App = getApp()
App.Component({
properties: {
},
methods: {
}
})
\ No newline at end of file
{
"component": true
}
\ No newline at end of file
@import '~/components/common/var.less';
.M-<$= name $> {
/*!__ROOT__*/
}
\ No newline at end of file
<view class="M-<$= name $>">
</view>
\ No newline at end of file
const App = getApp()
App.reg({
onLoad() {},
onShow() {},
components: {}
})
\ No newline at end of file
@import '~/components/common/var.less';
.P-<$= name $> {
/*!__ROOT__*/
}
\ No newline at end of file
<view class="P-<$= name $>">
</view>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment