Getting Started with Vue

# Install vue-cli globally

 npm install --global vue-cli

# Create a new project based on the webpack template

 vue init webpack my-project

# Install dependencies, let's go

 cd my-project

 npm install

 npm install iview --save

 npm run dev

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324693188&siteId=291194637