Skip to content

Jman/create-nest-vue

Repository files navigation

create-nest-vue

Install nest and vue into workspaces, pnpm is required.

Getting Started

pnpm create nest-vue <project_name>

This command will install NestJS into api workspace and Vue.js into ui. Vue is installing with --ts --router --pinia --vitest --playwright --eslint-with-prettier option enabled.

Usage

Compile and Hot-Reload for Development

pnpm dev

Will run Vue dev server on http://127.0.0.1:5173/ and NestJS on http://127.0.0.1:3000/. Vite dev server will proxy request on http://127.0.0.1:5173/api to NestJS

Lint with ESLint

pnpm lint

Release History

1.0.2

  • Replace XO with Prettier/Eslint
  • Update README

1.0.1

  • Add git initialization
  • Add .gitignore
  • Add README

1.0.0

  • Initial commit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published