things-app

所属分类:collect
开发工具:Svelte
文件大小:0KB
下载次数:0
上传日期:2023-07-10 11:45:54
上 传 者sh-1993
说明:  您通往普罗维登斯物库的大门。
(Your gateway to the Providence Library of Things.)

文件列表:
.eslintignore (160, 2023-03-12)
.eslintrc.cjs (494, 2023-03-12)
.npmrc (19, 2023-03-12)
.prettierignore (160, 2023-03-12)
.prettierrc (233, 2023-03-12)
.vscode/ (0, 2023-03-12)
.vscode/settings.json (98, 2023-03-12)
LICENSE (35149, 2023-03-12)
netlify.toml (55, 2023-03-12)
package-lock.json (189732, 2023-03-12)
package.json (1079, 2023-03-12)
postcss.config.cjs (82, 2023-03-12)
src/ (0, 2023-03-12)
src/app.css (781, 2023-03-12)
src/app.d.ts (251, 2023-03-12)
src/app.html (423, 2023-03-12)
src/lib/ (0, 2023-03-12)
src/lib/Foundation.svelte (565, 2023-03-12)
src/lib/Head.svelte (1026, 2023-03-12)
src/lib/LoadingIndicator.svelte (347, 2023-03-12)
src/lib/filters.ts (855, 2023-03-12)
src/lib/foundation/ (0, 2023-03-12)
src/lib/foundation/Button.svelte (1672, 2023-03-12)
src/lib/foundation/Card.svelte (121, 2023-03-12)
src/lib/foundation/Chooser.svelte (2280, 2023-03-12)
src/lib/foundation/Column.svelte (118, 2023-03-12)
src/lib/foundation/Link.svelte (172, 2023-03-12)
src/lib/foundation/Row.svelte (401, 2023-03-12)
src/lib/foundation/Text.svelte (993, 2023-03-12)
src/lib/foundation/TextInput.svelte (576, 2023-03-12)
src/lib/foundation/Title.svelte (386, 2023-03-12)
src/lib/foundation/button.ts (102, 2023-03-12)
src/lib/icons/ (0, 2023-03-12)
src/lib/icons/box.svg (462, 2023-03-12)
src/lib/icons/eye-off.svg (460, 2023-03-12)
src/lib/icons/eye.svg (316, 2023-03-12)
src/lib/language/ (0, 2023-03-12)
src/lib/language/translate.ts (1121, 2023-03-12)
... ...

# create-svelte Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). ## Creating a project If you're seeing this, you've probably already done this step. Congrats! ```bash # create a new project in the current directory npm create svelte@latest # create a new project in my-app npm create svelte@latest my-app ``` ## Developing Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: ```bash npm run dev # or start the server and open the app in a new browser tab npm run dev -- --open ``` ## Building To create a production version of your app: ```bash npm run build ``` You can preview the production build with `npm run preview`. > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.

近期下载者

相关文件


收藏者