亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

javascript - package.json in vue project
高洛峰
高洛峰 2017-07-05 10:45:23
0
3
938

There are so many dependencies when webpack builds the vue project initially
Which ones can be deleted without affecting the initial state of the project

高洛峰
高洛峰

擁有18年軟件開(kāi)發(fā)和IT教學(xué)經(jīng)驗(yàn)。曾任多家上市公司技術(shù)總監(jiān)、架構(gòu)師、項(xiàng)目經(jīng)理、高級(jí)軟件工程師等職務(wù)。 網(wǎng)絡(luò)人氣名人講師,...

reply all(3)
Ty80

When you build it with cli, just select N if you don’t need it.

For example, if you don’t need it for karam testing, if you choose N, there will be no dependencies

Another example is the nightwatch tested by e2e

Such as eslint

Turn off everything you don’t want to use, and you will have less dependence.

It’s best not to delete it manually, it’s silly not to mention, time-consuming and labor-intensive, and the scaffolding will report an error

漂亮男人

There is no need to delete the built template, just npm install it

給我你的懷抱

You should be using webpackThis template contains a lot of content, including testing, syntax detection, etc.
If you don’t need so many functions, use vue-cli to generate a webpack simpleThis template is sober.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template