Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 708 Bytes

part-init-project-with-vite.md

File metadata and controls

25 lines (20 loc) · 708 Bytes

Projects and notes with VueSchool courses

Back to the table of content

Prerequisites

See here.

Creating a project

npm init vue@3
# You need to select the preset as follows:
# √ Project name: ... vueschool-forum-vite
# √ Add TypeScript? ... No / Yes
# √ Add JSX Support? ... No / Yes
# √ Add Vue Router for Single Page Application development? ... No / Yes
# √ Add Pinia for state management? ... No / Yes
# √ Add Vitest for Unit Testing? ... No / Yes
# √ Add an End-to-End Testing Solution? » No
# √ Add ESLint for code quality? ... No / Yes
# √ Add Prettier for code formatting? ... No / Yes
#
# then follow the instructions