Skip to content

Commit

Permalink
keep playground in as it was and add playground-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Apr 26, 2024
1 parent 0a00760 commit 7c2b4f9
Show file tree
Hide file tree
Showing 44 changed files with 2,020 additions and 30 deletions.
3 changes: 3 additions & 0 deletions packages/playground-vite/.babelrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@talend/scripts-config-babel/babel.config.js"
}
13 changes: 13 additions & 0 deletions packages/playground-vite/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js, *.jsx, *.css, *.scss]
indent_style = tab
# special rule for json expecially package.json wich npm reset to space for any modification
[*.json]
indent_style = space
indent_size = 2
4 changes: 4 additions & 0 deletions packages/playground-vite/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": "@talend"
}
3 changes: 3 additions & 0 deletions packages/playground-vite/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
package-lock.json
.cache-loader/
8 changes: 8 additions & 0 deletions packages/playground-vite/.talend/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<script type="text/javascript">
window.Talend = {
// this set the URL to use by assets-api
CDN_URL: 'https://statics.cloud.talend.com',
};
// just follow https://unpkg.com/@talend/[email protected]/dist/TalendDesignSystem.js.dependencies.json
// and you will have all the dependencies to put also the DS
</script>
Loading

0 comments on commit 7c2b4f9

Please sign in to comment.