Complete reproduction of the Nuxt Content v2 demo https://docs.sheetjs.com/docs/demos/static/nuxtjs#nuxt-content-2-demo
Go to file
SheetJS c7069e8e6b step7 2023-06-02 04:12:33 -04:00
content step3 2023-06-02 04:10:16 -04:00
pages step5 2023-06-02 04:11:48 -04:00
public step1 2023-06-02 04:09:47 -04:00
server step1 2023-06-02 04:09:47 -04:00
.gitignore step1 2023-06-02 04:09:47 -04:00
.npmrc step1 2023-06-02 04:09:47 -04:00
README.md step1 2023-06-02 04:09:47 -04:00
app.vue step1 2023-06-02 04:09:47 -04:00
log step7 2023-06-02 04:12:33 -04:00
nuxt.config.ts step4 2023-06-02 04:11:35 -04:00
package.json step2 2023-06-02 04:10:05 -04:00
sheetformer.ts step4 2023-06-02 04:11:35 -04:00
sheetmodule.ts step4 2023-06-02 04:11:35 -04:00
tsconfig.json step1 2023-06-02 04:09:47 -04:00
yarn.lock step2 2023-06-02 04:10:05 -04:00

Content v2 Minimal Starter

Look at the Content documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.