Skip to content

cwxstat/go-vuejs-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-vuejs-menu

Go and Vuejs

Step for getting started

Step 1

npm init vue@latest

Options

Project name vue-Project
Add TypeScript? Yes
Add JSX Support? No
Add Vue Router for Single Page Application development? Yes
Add Pinia for state management? Yes
Add Vitest for Unit Testing? Yes
Add Cypress for End-to-End Testing? No
Add ESLint for linting? Yes
Add Prettier for code formatting? Yes
cd vue-project
npm install
npm run lint
npm run dev

Next

npm i axios