Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekonenene/vh-test
vh そのままだとスマホで上手く行かないことの説明用
https://github.com/nekonenene/vh-test
dvh nextjs
Last synced: 6 days ago
JSON representation
vh そのままだとスマホで上手く行かないことの説明用
- Host: GitHub
- URL: https://github.com/nekonenene/vh-test
- Owner: nekonenene
- Created: 2022-09-05T18:04:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T22:12:32.000Z (about 2 years ago)
- Last Synced: 2024-11-08T01:40:28.332Z (about 2 months ago)
- Topics: dvh, nextjs
- Language: SCSS
- Homepage: https://nekonenene.github.io/vh-test/
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static export example
This example show how to export to static HTML files your Next.js application fetching data from an API to generate a dynamic list of pages.
When trying to run `npm start` it will build and export your pages into the `out` folder and serve them on `localhost:5000`.
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-static-export)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-static-export)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:
```bash
npx create-next-app --example with-static-export with-static-export-app
``````bash
yarn create next-app --example with-static-export with-static-export-app
``````bash
pnpm create next-app --example with-static-export with-static-export-app
```