Skip to content

mzaiprog/nuxt-starter-1

Repository files navigation

nuxt-starter-1

Description

Beginner's NUXT 3 starter project demonstrating basic client <-> server communication.

Functions

  • Basis-Framework: NUXT v3.5
    • CSS-Framework: Bootstrap v5.3
    • COM-Framework: Nuxt Socket.io v3.0

Requirements

  • Node.JS v18

Installation

  • Clone & install via shell:
git clone https://github.com/mzaiprog/nuxt-starter-1.git
mv nuxt-starter-1 YourNewProjectName
cd YourNewProjectName & npm install

Usage

Run dev server: (OK)

npm run dev
  • Follow instructions on screen.

Build client & server for production: *)

npm run build
  • Notice instructions on screen.

Locally preview production build: *)

npm run preview

*) could not get it running properly using:

node .output/server/index.mjs

Customize configuration

  • edit: nuxt.config.ts
  • add: server/io/*.js -> server namespace handlers
  • edit: channel: '/', -> client namespace addressing

Follow steps (if you do it on your own) (!)incomlete

Support

Mike Ziebeck: mike@ziebeck.net

Roadmap

Further improvements, if nuxt-socket-io gets more mature.

Contributing

Via GitHub issue & pr.

Authors and acknowledgment

License

  • MIT

Project status

Finished so far.

About

Beginner's NUXT 3 starter project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published