In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
The purpose of this article is to share with you what it means to create a project file in vue. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
The created project directory is
The public folder contains index.html and pictures
Src source code area
Assets directory contains static files, such as pictures, js, etc.
Put common components in components directory
Put the page in views directory
App.vue is the main component, the entrance to the page, and all pages are switched under app.vue.
Main.js is a program entry file that is used to initialize vue instances and load various common components using the required plug-ins.
.browserslistrc browser configuration
1% / / browser market share is greater than 1%
Last 2 versions / / if the last two versions
Configuration of the .editorconfig editor (this configuration weight is greater than the editor's configuration)
Set editor indentation, whether new lines can be inserted at the end of each line, etc.
.eslintrc.js detects whether the code format is standardized.
.gitgnore ignores some folders that will not be uploaded to git
Package-lock.json this package-lock.json is to generate a file during npm install to record the specific source and version number of each npm package actually installed in the current state. In fact, it is very simple to sum up in one sentence, that is, lock the version number of the package at the time of installation and upload it to git to ensure that other people's dependencies on npm install are consistent.
Package.json npm package configuration file, which defines the npm script of the project, as well as dependency packages, etc.
Postcss.config.js configuration css file, automatically adding some prefixes
Thank you for reading! This is the end of the article on "what is the meaning of the file after the creation of the project in vue". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.