1.1.3 • Published 2 years ago

@cooljs-io/cooljs-vue3 v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cooljs-vue3

Usage

npm i @cooljs-io/cooljs-vue3
<template>
  <!-- id is optional, default 'cooljs-main-container' -->
  <CoolJsVue3 id="cooljs-main-container"></CoolJsVue3>
</template>
<script setup>
import CoolJsVue3 from '@cooljs-io/cooljs-vue3'
</script>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Init package and publish to npmjs.com

npm init --scope=@cooljs-io

npm login
npm publish --access public

Customize configuration

See Configuration Reference.

1.1.1

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.0

2 years ago