leeqico / hello-world

vue脚本架创建的项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world

中文官方网站

对于一个大型的项目,推荐使用 Vue CLI 来搭建我们的整个环境工程,通过这种方式,我们可以最大限度发挥 Vue 的能力,提升我们的开发效率,也利于我们项目的后期维护。

Vue CLI

npm install –g @vue/cli
vue create hello-world
cd hello-world
npm run serve

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

vue脚本架创建的项目


Languages

Language:Vue 77.2%Language:HTML 17.0%Language:JavaScript 5.8%