2019-10-1 Vue project started

above sea level,  

All dependencies are installed

 

To know webpack build a project directory

To know how to get the code segment, from

MUI Mint-UI add to their Vue project

 

Project to build a good environment, and then part of the public also made some

and then! How to manage our code

Then in this project it seems to be going into the code in the cloud

 

how to use

1. We create a project ignore file directly .gitignore

Like node_modules This file does not need to be uploaded to the git

.idea of ​​this is webstorm

 

 

 2.readme.md file

Some details of the project

3. Add open source project file LICENSE

What is open source software?
  Open source software is that everyone can modify and add software as open source software license agreements allowed to do so.
  Git version control system is open-source software.
  In fact, an important part of open source software license is to add a text file, license tells us how to use our code.

 

4. Then create a local git repository git init

To file in the directory project git init then there will be a hidden file .git appear

State git status of all files: Command

This should be added to the repository git add. This is followed by a point, ah do not see

Then submitted git commit -m "init my project"

These are just submit it to the local

Then be uploaded to the server: here is the code cloud;

Then have to configure the local public, put code in the cloud

 

Create an empty warehouse in the cloud code, then the local

Warehouse upload here

Get this after you've created

 

 Add items to code the cloud

 

 The cloud code plus gitee, and github same bar.

The interface is the same

 

Use Vs code default git integrated tools to quickly submit code

If the modified file, check the status of the git status will see modefied 

File has been modified

 

 As long as we modify delete, Vs code will be recorded

 

 This tool seems vs code is not already there we installed plug-ins

Visualization tools to submit code do we enter the command line mode

 

Extended chart patterns also import

We should clearly know how to find the associated file style

 

 

default router-link has highlighted, but only a set of original,

Unlike our import mui bottom bar is already set up to highlight the jump active

Guess you like

Origin www.cnblogs.com/Py-king/p/11615383.html