Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions basic/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Perla Basic</title>
<script async src="https://ga.jspm.io/npm:es-module-shims@1.7.0/dist/es-module-shims.js"
crossorigin="anonymous"></script>
</head>

<body></body>

</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Perla Basic</title>
<script
async
src="https://ga.jspm.io/npm:es-module-shims@2.6.1/dist/es-module-shims.js"
crossorigin="anonymous"
></script>
</head>

<body></body>
</html>
9 changes: 4 additions & 5 deletions basic/perla.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AngelMunoz/Perla/v1.0.0-beta-024/perla.schema.json",
"runConfiguration": "production",
"$schema": "https://raw.githubusercontent.com/AngelMunoz/Perla/fs-rework/perla.schema.json",
"schema-version": "2025-07",
"provider": "jspm",
"paths": {},
"dependencies": []
}
"dependencies": {}
}
2 changes: 1 addition & 1 deletion fable-feliz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/>
<script
async
src="https://ga.jspm.io/npm:es-module-shims@1.7.0/dist/es-module-shims.js"
src="https://ga.jspm.io/npm:es-module-shims@2.6.1/dist/es-module-shims.js"
crossorigin="anonymous"
></script>
</head>
Expand Down
29 changes: 8 additions & 21 deletions fable-feliz/perla.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/AngelMunoz/Perla/v1.0.0-beta-024/perla.schema.json",
"index": "./index.html",
"$schema": "https://raw.githubusercontent.com/AngelMunoz/Perla/fs-rework/perla.schema.json",
"schema-version": "2025-07",
"fable": {
"project": "./src/App.fsproj",
"sourceMaps": true
},
"mountDirectories": {
"/src": "./src"
},
"dependencies": [
{
"name": "date-fns",
"version": "2.29.3"
},
{
"name": "react",
"version": "18.2.0"
},
{
"name": "react-dom",
"version": "18.2.0"
}
],
"devDependencies": []
}
"dependencies": {
"date-fns": "2.29.3",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
13 changes: 8 additions & 5 deletions fable-feliz/perla.json.importmap
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"imports": {
"date-fns": "https://ga.jspm.io/npm:date-fns@2.29.3/esm/index.js",
"react": "https://ga.jspm.io/npm:react@18.2.0/index.js",
"react-dom": "https://ga.jspm.io/npm:react-dom@18.2.0/index.js",
"react-dom/client": "https://ga.jspm.io/npm:react-dom@18.2.0/client.js",
"scheduler": "https://ga.jspm.io/npm:scheduler@0.23.0/index.js"
"react": "https://ga.jspm.io/npm:react@18.2.0/dev.index.js",
"react-dom": "https://ga.jspm.io/npm:react-dom@18.2.0/dev.index.js"
},
"scopes": {
"https://ga.jspm.io/": {
"scheduler": "https://ga.jspm.io/npm:scheduler@0.23.2/dev.index.js"
}
}
}
}
2 changes: 1 addition & 1 deletion fable-lit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="icon" type="image/svg+xml" href="./src/favicon.ico" />
<script
async
src="https://ga.jspm.io/npm:es-module-shims@1.7.0/dist/es-module-shims.js"
src="https://ga.jspm.io/npm:es-module-shims@2.6.1/dist/es-module-shims.js"
crossorigin="anonymous"
></script>
</head>
Expand Down
24 changes: 9 additions & 15 deletions fable-lit/perla.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/AngelMunoz/Perla/v1.0.0-beta-024/perla.schema.json",
"index": "./index.html",
"$schema": "https://raw.githubusercontent.com/AngelMunoz/Perla/fs-rework/perla.schema.json",
"schema-version": "2025-07",
"provider": "jspm",
"runConfiguration": "production",
"fable": {
"project": "./src/App.fsproj"
"project": "./src/App.fsproj",
"sourceMaps": true
},
"dependencies": [
{
"name": "lit",
"version": "2.5.0"
},
{
"name": "lit-html",
"version": "2.5.0"
}
]
}
"dependencies": {
"lit": "2.5.0",
"lit-html": "2.5.0"
}
}
17 changes: 9 additions & 8 deletions fable-lit/perla.json.importmap
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"imports": {
"@lit/reactive-element": "https://ga.jspm.io/npm:@lit/reactive-element@1.5.0/reactive-element.js",
"lit": "https://ga.jspm.io/npm:lit@2.5.0/index.js",
"lit/": "https://ga.jspm.io/npm:lit@2.5.0/",
"lit/directives/": "https://ga.jspm.io/npm:lit-html@2.5.0/directives/",
"lit-element/lit-element.js": "https://ga.jspm.io/npm:lit-element@3.2.2/lit-element.js",
"lit-html": "https://ga.jspm.io/npm:lit-html@2.5.0/lit-html.js",
"lit-html/": "https://ga.jspm.io/npm:lit-html@2.5.0/",
"lit-html/is-server.js": "https://ga.jspm.io/npm:lit-html@2.5.0/is-server.js"
"lit": "https://ga.jspm.io/npm:lit@2.2.5/index.js",
"lit-html": "https://ga.jspm.io/npm:lit-html@2.2.5/development/lit-html.js"
},
"scopes": {
"https://ga.jspm.io/": {
"@lit/reactive-element": "https://ga.jspm.io/npm:@lit/reactive-element@1.6.3/development/reactive-element.js",
"lit-element/lit-element.js": "https://ga.jspm.io/npm:lit-element@3.3.3/development/lit-element.js",
"lit-html": "https://ga.jspm.io/npm:lit-html@2.8.0/development/lit-html.js"
}
}
}
36 changes: 18 additions & 18 deletions fable-sutil/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Perla + Sutil</title>
<link rel="icon" type="image/svg+xml" href="./assets/favicon.ico" />
<script
async
src="https://ga.jspm.io/npm:es-module-shims@1.7.0/dist/es-module-shims.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="fable-app"></div>
<script data-entry-point src="./src/Main.fs.js" type="module"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Perla + Sutil</title>
<link rel="icon" type="image/svg+xml" href="./assets/favicon.ico" />
<script
async
src="https://ga.jspm.io/npm:es-module-shims@2.6.1/dist/es-module-shims.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="fable-app"></div>
<script data-entry-point src="./src/Main.fs.js" type="module"></script>
</body>
</html>
12 changes: 5 additions & 7 deletions fable-sutil/perla.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/AngelMunoz/Perla/v1.0.0-beta-024/perla.schema.json",
"$schema": "https://raw.githubusercontent.com/AngelMunoz/Perla/fs-rework/perla.schema.json",
"schema-version": "2025-07",
"index": "./index.html",
"fable": {
"project": "./src/App.fsproj"
},
"mountDirectories": {
"/src": "./src",
"/assets": "./assets"
"project": "./src/App.fsproj",
"sourceMaps": true
}
}
}
24 changes: 0 additions & 24 deletions fable-vide/.config/dotnet-tools.json

This file was deleted.

13 changes: 0 additions & 13 deletions fable-vide/.editorconfig

This file was deleted.

Loading