kreditoj

0.2.1 • Public • Published

kreditoj

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Simple usage with credits.html

<html>
<head>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/kreditoj@0.1.0/dist/Kreditoj.css" />
    <title>Credits | Powered by Kreditoj</title>
</head>

<body>
    <div id="app"></div>

    <script src="https://cdn.jsdelivr.net/npm/vue@3.0.5/dist/vue.global.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/kreditoj@0.1.0/dist/Kreditoj.umd.min.js"></script>

    <script>
    window.Vue.createApp(window.Kreditoj).mount('#app');
    </script>
</body>

Readme

Keywords

none

Package Sidebar

Install

npm i kreditoj

Weekly Downloads

1

Version

0.2.1

License

none

Unpacked Size

990 kB

Total Files

56

Last publish

Collaborators

  • tacnoman