Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

nextauthjs/qwik-auth-example


Project Structure

This project is using Qwik withQwikCity. QwikCity is just an extra set of tools on top of Qwik to make it easier to build a full site, including directory-based routing, layouts, and more.

Inside your project, you'll see the following directory structure:

├── public/│   └── ...└── src/    ├── components/    │   └── ...    └── routes/        └── ...
  • src/routes: Provides the directory-based routing, which can include a hierarchy oflayout.tsx layout files, and anindex.tsx file as the page. Additionally,index.ts files are endpoints. Please see therouting docs for more info.

  • src/components: Recommended directory for components.

  • public: Any static assets, like images, can be placed in the public directory. Please see theVite public directory for more info.

Add Integrations and deployment

Use thepnpm qwik add command to add additional integrations. Some examples of integrations includes: Cloudflare, Netlify or Express Server, and theStatic Site Generator (SSG).

pnpm qwik add# or `pnpm qwik add`

Development

Development mode usesVite's development server. Thedev command will server-side render (SSR) the output during development.

npm start# or `pnpm start`

Note: during dev mode, Vite may request a significant number of.js files. This does not represent a Qwik production build.

Preview

The preview command will create a production build of the client modules, a production build ofsrc/entry.preview.tsx, and run a local server. The preview server is only for convenience to preview a production build locally and should not be used as a production server.

pnpm preview# or `pnpm preview`

Production

The production build will generate client and server modules by running both client and server build commands. The build command will use TypeScript to run a type check on the source code.

pnpm build# or `pnpm build`

About

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp