0.1.0 • Published 11 months ago

@vuestic/compiler v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Vuestic Plugin

Combination of bundling tools focusing on improving development experience when working with Vuestic UI

Installation

  1. Install package
npm i @vuestic/compiler@latest
  1. Add vuestic plugin to vite config.

vite.config.ts or vite.config.js

import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { vuestic } from '@vuestic/compiler/vite'

export default defineConfig({
  plugins: [
    vuestic(),
    vue(),
  ],
})

Make sure to register vuestic plugin before vue

List of features

Devtools

Devtools designed for intuitive visual control over application with Vuestic components

Usages

Run vite project in dev mode Press ALT/Option + F12 in browser

Plans

  • Edit component props
  • Edit component slot content
    • [] Add new slots
  • [] Add new components
  • [] Control layout
  • [] Add event listeners

CSS layers

Build plugin that allows controlling CSS order

Typescript auto-completion from config

UNDER DEVELOPMENT

Adds TS global types for colors, icons, etc.

0.1.0

11 months ago

0.0.1-beta5

12 months ago

0.0.1-beta4

1 year ago

0.0.1-beta3

1 year ago

0.0.1-beta2

1 year ago

0.0.1-beta1

1 year ago

0.0.1

1 year ago