webpack-vue-template:Webpack 4 + Vue项目的基本设置

时间:2024-05-25 15:54:05
【文件属性】:

文件名称:webpack-vue-template:Webpack 4 + Vue项目的基本设置

文件大小:183KB

文件格式:ZIP

更新时间:2024-05-25 15:54:05

webpack vue JavaScript

Webpack Vue模板 构建设置 # install dependencies yarn # serve with hot reload at localhost:8080 yarn start # build for production with minification yarn build # formats and lints all js, json and vue files yarn format # run all tests yarn test


【文件预览】:
webpack-vue-template-develop
----postcss.config.js(304B)
----public()
--------index.html(371B)
----yarn.lock(445KB)
----.eslintrc.js(627B)
----.prettierignore(41B)
----src()
--------components()
--------App.vue(233B)
--------assets()
--------index.js(186B)
----.babelrc(360B)
----build()
--------config.js(985B)
--------webpack.dev.config.js(2KB)
--------webpack.prod.config.js(3KB)
--------webpack.base.config.js(2KB)
----test()
--------setup.js(110B)
--------specs()
----README.md(275B)
----.editorconfig(147B)
----.gitignore(162B)
----.prettierrc.js(180B)
----.eslintignore(6B)
----package.json(3KB)

网友评论