How to Start a Vue project

Download static resources

note

Do not copy: node_modules
this latter can be automatically generated
Here Insert Picture Description

The preparation of a development environment

Installation node & npm

test:

node -v

npm -v

run

npm run dev

An error

Error: No ESLint configuration found
Published 52 original articles · won praise 28 · views 4350

Guess you like

Origin blog.csdn.net/yuhezheg/article/details/104088364