Skip to content

Commit bf3146b

Browse files
authored
feat: Project Rewrite (#177)
* chore: updated useRender * chore: ignore lint for now * chore: publsih to npm * chore: removed pacakge manager * chore: updated pnpm version * chore: updated pnpm version * chore: updated useRender function props * chore: added nuxt module * chore: up pack * chore: updated pnpm version * chore: removed nuxt module * test * test * chore: removed simple-git-hooks * test * test * chore: removed config, users can handle that * chore: removed config from playground * fix: Accept ETailwind without config * chore: removed config * feat: updated tailwind component * chore: removed unused config * fix: tailwind space issues * chore: imporved tailwind component withtout relying on other libraries * ci: updated tests * ci: minor test updates for tailwind * chore: redoing project * chore: updated render version * chore: adding more components * feat: added more components * feat: added more components * chore: updated components package * chore: updated exports for components * chore: updated packages * fix: tailwind not working on vue * chore: fixed wrong component name * chore: added code components * fix: updated markdown to work on edge * fix: comments in code breaks rendering * fix: reverted back to using html dom libraries for tailwind, due to how vue 3 children work * chore: minor updates
1 parent bacb95a commit bf3146b

File tree

226 files changed

+8333
-7433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+8333
-7433
lines changed

β€Ž.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Ž.github/workflows/ci.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

β€Ž.github/workflows/release.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

β€Ž.gitignore

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,37 @@
1-
.cache
2-
.DS_Store
3-
.idea
4-
*.log
5-
*.tgz
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
node_modules
5+
.pnp
6+
.pnp.js
7+
8+
# testing
69
coverage
10+
11+
# next.js
12+
.next/
13+
out/
14+
build
715
dist
8-
lib-cov
9-
logs
10-
node_modules
11-
temp
16+
.vercel
17+
18+
# misc
19+
.DS_Store
20+
*.pem
21+
.changeset
22+
23+
# debug
24+
npm-debug.log*
25+
yarn-debug.log*
26+
yarn-error.log*
27+
.pnpm-debug.log*
28+
29+
# local env files
30+
.env
31+
.env.local
32+
.env.development.local
33+
.env.test.local
34+
.env.production.local
35+
36+
# turbo
37+
.turbo

β€Ž.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ignore-workspace-root-check=true
1+
auto-install-peers = true

β€Ž.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/

β€Ž.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

β€Ž.vscode/settings.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

β€ŽCONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€ŽLICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

β€ŽREADME.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

β€Žbin/vue-email.mjs

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Žbuild.config.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Žeslint.config.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
Β (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy