hyperboria/nexus/cognitron/web
the-superpirate dd23846059 - [nexus] Refactoring
- [nexus] Switch bot
  - [bot] Added extra receivers functionality

GitOrigin-RevId: 68fc32d3e79ff411758f54f435fe8680fc42dead
2022-03-28 17:42:18 +03:00
..
components - [nexus] Refactoring 2022-03-28 17:42:18 +03:00
plugins - [nexus] Refactoring 2022-03-28 17:42:18 +03:00
app.vue - [nexus] Refactoring 2022-03-28 17:42:18 +03:00
BUILD.bazel - [nexus] Refactoring 2022-03-28 17:42:18 +03:00
nuxt.config.ts - [nexus] Refactoring 2022-03-28 17:42:18 +03:00
README.md - [nexus] Refactoring 2022-03-28 17:42:18 +03:00
tsconfig.json - [nexus] Refactoring 2022-03-28 17:42:18 +03:00

Nuxt 3 Minimal Starter

We recommend to look at the documentation.

Setup

Make sure to install the dependencies

yarn install

Development

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

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.