You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/oaweb
veypi 877b2a2021 feat: app index 4 weeks ago
..
assets feat: fsupload 4 weeks ago
components feat: app index 4 weeks ago
composables feat: app index 4 weeks ago
layouts feat: fsupload 4 weeks ago
pages feat: app index 4 weeks ago
plugins feat: fsupload 4 weeks ago
public feat: fsupload 4 weeks ago
server init 6 months ago
stores feat: fsupload 4 weeks ago
.editorconfig add oaweb and keep go version 1 year ago
.gitignore feat: update api interface 2 months ago
README.md init 6 months ago
app.config.ts feat: update token api 1 month ago
app.vue feat: fsupload 4 weeks ago
error.vue feat: add tsdom tsgraph 5 months ago
nuxt.config.ts feat: fsupload 4 weeks ago
package.json feat: fsupload 4 weeks ago
tailwind.config.js init 6 months ago
tsconfig.json init 6 months ago
yarn.lock feat: update token api 1 month ago

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

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.