diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..374eb36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,78 @@ +node_modules +dist +# Created by .ignore support plugin (hsz.mobi) +### Node template +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +# parcel-bundler cache (https://parceljs.org/) +.cache + +# next.js build output +.next + +# nuxt.js build output +.nuxt + +dist + +# IDE +.idea +auto-imports.d.ts +.eslintrc-auto-import.json diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..1ef609d --- /dev/null +++ b/.prettierignore @@ -0,0 +1,5 @@ +node_modules/ +dist/ +lib/ +src/defaultFiles/ +pnpm-lock.yaml diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..0f45691 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,11 @@ +{ + "arrowParens": "always", + "htmlWhitespaceSensitivity": "ignore", + "printWidth": 120, + "semi": true, + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "all", + "useTabs": false, + "quoteProps": "consistent" +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..4a88c2c --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + +
+ + + ++ + + +
+
+ Edit App.tsx
and save to test HMR updates.
+
+ + Solid Docs + + {' | '} + + Vite Docs + +
+