Polarcraft/web
2023-05-09 15:23:31 +02:00
..
assets added beginning of whitelist system 2023-04-25 15:51:20 +02:00
components Added Team System 2023-05-09 13:57:01 +02:00
layouts Added Team System 2023-05-09 13:57:01 +02:00
middleware created basic auth system 2023-04-23 17:16:53 +02:00
pages Added username switching 2023-05-09 15:23:31 +02:00
public initialized web code 2023-04-20 19:22:44 +02:00
server Added username switching 2023-05-09 15:23:31 +02:00
.eslintrc build chat system 2023-05-06 13:09:46 +02:00
.gitignore initialized web code 2023-04-20 19:22:44 +02:00
.npmrc initialized web code 2023-04-20 19:22:44 +02:00
app.vue run eslint 2023-05-06 13:14:01 +02:00
nuxt.config.ts build chat system 2023-05-06 13:09:46 +02:00
package-lock.json Added Team System 2023-05-09 13:57:01 +02:00
package.json run eslint 2023-05-06 13:14:01 +02:00
README.md initialized web code 2023-04-20 19:22:44 +02:00
tailwind.config.js added beginning of whitelist system 2023-04-25 15:51:20 +02:00
tsconfig.json updates 2023-05-03 11:36:20 +02:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 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

Check out the deployment documentation for more information.