vue_convert 0.1.1

A cli tool and rust lib to convert a set of html files to a Vue Single File Component base Vue Spa automatically.
Documentation
  • Coverage
  • 0%
    0 out of 10 items documented0 out of 5 items with examples
  • Size
  • Source code size: 35.15 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 506.11 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 47s Average build duration of successful builds.
  • all releases: 47s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mocsy/vue_convert
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mocsy

Vue-convert   Build Status Latest Version ![vue_convert: rustc 1.40+]

Designed for typescript only, support for es-whatevs syntax is a non-goal.

usage

find ./ -name '*.html' | xargs vue_convert

Roadmap

  • Generate a vue single file component from a html file
  • [] Extract relevant css rules to <style> rather than using links
  • [] Generate a vue router from a sitemap.xml
  • [] Link router and sfcs
  • [] Integrate a web-scraper to turn any webpage into a vue spa auto-magically
  • [] Add pwa support to generated vue spa for offline viewing prowess

Contributors welcome