|
@@ -1,9 +1,17 @@
|
|
|
# Project X
|
|
|
|
|
|
+Project X offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower price.
|
|
|
+
|
|
|
+You get to keep your DOM, and sprinkle in behavior as you see fit.
|
|
|
+
|
|
|
+Think of it like Tailwind for JavaScript.
|
|
|
+
|
|
|
+> Note: This tool's syntax is almost entirely borrowed from VueJs. I am forever grateful the gift it is to the web.
|
|
|
+
|
|
|
## Install
|
|
|
+Add the following script at the end of your `<head>` tag.
|
|
|
```
|
|
|
- <script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x/dist/project-x.min.js" defer></script>
|
|
|
-</head>
|
|
|
+<script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x/dist/project-x.min.js" defer></script>
|
|
|
```
|
|
|
|
|
|
## Use
|