Vue Project Development

Vue is a progressive JavaScript framework, which is a lightweight front-end framework, and has a large number of users in China.

Posted by Dusign on 2019-09-30
Words 129 and Reading Time 1 Minutes
Viewed Times

Vue is a progressive JavaScript framework for building user interfaces. Unlike other large frameworks, Vue is designed to be applied layer by layer from bottom to top. The core library of Vue only focuses on the view layer, which facilitates integration with third-party libraries or existing projects.

Vue-CLI

  1. 安装 @vue/cli
    npm install -g @vue/cli
    卸载 @vue/cli
    npm uninstall -g @vue/cli
    查看 vue 版本
    vue --version
    安装全局扩展(只适用于快速原型开发)
    npm install -g @vue/cli-service-global
    创建项目
    vue create PROJECT_NAME
    在项目中添加插件
    vue add eslint
    使用临时服务器运行
    npm run serve
    打包项目
    npm run build

If you like this blog or find it useful for you, you are welcome to comment on it. You are also welcome to share this blog, so that more people can participate in it. If the images used in the blog infringe your copyright, please contact the author to delete them. Thank you !

...

...

00:00
00:00