Skip to content

Library of VUE components to be used in HERO JavaScript apps

Notifications You must be signed in to change notification settings

tue-robotics/hero-vue

Repository files navigation

hero-vue

CI NPM version

Library of Vue 3 components to be used in HERO JavaScript apps

Features

  • Vue 3 with Composition API
  • TypeScript support
  • Pure Rollup build system (no bundler frameworks)
  • Bootstrap 5
  • Font Awesome icons

Development

# Install dependencies
npm install

# Run development server
npm run dev

# Build library
npm run build

# Run tests
npm test

# Lint code
npm run lint

Requirements

  • Node.js >= 20

Build Output

The library produces:

  • dist/hero-vue.esm.js + hero-vue.esm.css - ES Module format
  • dist/hero-vue.ssr.js - CommonJS format for SSR
  • dist/hero-vue.min.js - IIFE format for browser (CSS inlined)

About

Library of VUE components to be used in HERO JavaScript apps

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •