javascript - The project created by vue-cli has fewer steps. Will it have any impact on the project?
PHP中文网
PHP中文网 2017-07-05 10:53:33
0
4
781

The environment and tools that need to be prepared have been installed. Enter the specified directory d:myproject
1. Find a folder on the hard disk to put the project. The folder I created is myproject
2. Enter The specified directory d:myproject
3. Install the vue scaffolding input: vue init webpack yulixin
After I completed the creation of a project according to the requirements of 3


4. Then I run
cd yulixin
npm run dev
After the service is started successfully, the browser will open a "Welcome Page" by default, as follows picture:


I am missing two steps in the screenshot below, will there be any impact?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all (4)
刘奇

You have already installed the router during the previous installation.
vue-resource is no longer updated. Use axios for ajax

    为情所困

    Are you sure you don't have npm install?
    If you don't install, you will definitely not be able to see this page because the dependencies are not installed.

      ringa_lee

      No impact, the key depends on your own needs, but it is still recommended that you understand its basic configuration in order to use it freely.

        淡淡烟草味

        You used npm install, the last two plug-ins are based on your needs

          Latest Downloads
          More>
          Web Effects
          Website Source Code
          Website Materials
          Front End Template
          About us Disclaimer Sitemap
          php.cn:Public welfare online PHP training,Help PHP learners grow quickly!