1.0.2 • Published 3 years ago

create-nest-vue v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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