GithubHelp home page GithubHelp logo

star8ks / ao-cookbook-nuxt3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 5.05 MB

AO Cookbook nuxt3 version

Home Page: https://ao-cookbook.web3hacker.world/

JavaScript 1.27% TypeScript 44.12% Vue 54.60%

ao-cookbook-nuxt3's Introduction

ao-cookbook-social-card

The ao Cookbook is meant to house small digestible code snippets for someone that has no experience with ao to be able to grab and go.

Difference from official ao-cookbook

  • Move top-level item to the top nav
    • reduce the length of left aside menu
    • Only show sub-level menu items in the current top-level menu
  • For multiple languages, making a different branch to host this with different sub-domains will be better.
  • Support doc search internal
  • Use Nuxt3 Docs Template
  • Require to buy a Nuxt3 UI Pro license to deploy, it's ok to dev in localhost without the licence key

Quick Start

git clone [email protected]:Web3HackerWorld/ao-cookbook-nuxt3.git

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Nuxt Studio integration

Add @nuxthq/studio dependency to your package.json:

# npm
npm install --save-dev @nuxthq/studio

# pnpm
pnpm add -D @nuxthq/studio

# yarn
yarn add -D @nuxthq/studio

# bun
bun add -d @nuxthq/studio

Add this module to your nuxt.config.ts:

export default defineNuxtConfig({
  ...
  modules: [
    ...
    '@nuxthq/studio'
  ]
})

Read more on Nuxt Studio docs.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.

ao-cookbook-nuxt3's People

Contributors

web3hackerworld avatar hellorwa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.