vaderjs 1.3.3-alpha-41 → 1.3.3-alpha-43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/client/index.js +243 -455
- package/package.json +10 -1
- package/runtime/router.js +23 -22
- package/runtime/vader.js +106 -382
- package/vader.js +334 -359
package/README.md
CHANGED
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
[Vscode 5 Server](https://marketplace.visualstudio.com/items?itemName=yandeu.five-server)
|
|
29
29
|
|
|
30
|
+
> When running the server ensure the root is the dist folder and not the main workspace folder
|
|
31
|
+
|
|
30
32
|
4. Create Proper Folders
|
|
31
33
|
|
|
32
34
|
Create a pages folder - which allows you to have nextjs page like routing via buns file based router
|