@cafee/uni

a simple staff for uni-app

Usage no npm install needed!

<script type="module">
  import cafeeUni from 'https://cdn.skypack.dev/@cafee/uni';
</script>

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"));