跳到主要内容

Quick Start

npm create vue@latest

cd <your-project-name>
npm install
npm run dev

npm run build

Due to security reasons, ES modules can only work over the http:// protocol, which is what the browsers use when opening pages on the web. In order for ES modules to work on our local machine, we need to serve the index.html over the http:// protocol, with a local HTTP server