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
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang='eng'>
    <head><title>Example html file</title></head>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>