README
@cafee/uni
a simple scaff for uni-app
npm i -s @cafee/staff
# or
yarn add @cafee/staff
import Scaff from "@cafee/uni";
import App from "./app.vue";
const Pro = new Scaff({});
Pro.then(({ Vue }) => new Vue({ ...App }).$mount("#app"));
a simple staff for uni-app
<script type="module">
import cafeeUni from 'https://cdn.skypack.dev/@cafee/uni';
</script>
a simple scaff for uni-app
npm i -s @cafee/staff
# or
yarn add @cafee/staff
import Scaff from "@cafee/uni";
import App from "./app.vue";
const Pro = new Scaff({});
Pro.then(({ Vue }) => new Vue({ ...App }).$mount("#app"));