KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
vue-cli-plugin-publicpath
★ 8
Open GitHub ↗
rewrite assets public path
Download README (.md)
Explore Similar Repositories
docker-nginx-uwsgi-flask-py3
:
用docker来构建nginx+uwsgi+flask(py3)服务
porolith-pc98
:
Tetris-like game I made in the 1990s for MS-DOS.
WowInterfaces
:
No description available.
torrent-clean
:
Deletes files that are not listed in the selected torrent file
serverless-plugin-composed-vars
:
A Serverless plugin that composes custom and environment variables based on the deployment stage
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vue-cli-plugin-publicpath
?
Download (.md)
# vue-cli-plugin-publicpath [](https://travis-ci.org/longshihui/vue-cli-plugin-publicpath) [](https://www.npmjs.com/package/vue-cli-plugin-publicpath) [](https://www.npmjs.com/package/vue-cli-plugin-publicpath) rewrite assets publicPath in production env [中文文档](./README_ZH.md) ## Install **vue cli** ``` vue add publicpath ``` **yarn** ``` yarn add vue-cli-plugin-publicpath --dev ``` **npm** ``` npm i vue-cli-plugin-publicpath --save-dev ``` ## Configuration **vue.config.js** ``` module.exports = { baseUrl: '//js.cdn.com', // js publicPath pluginOptions: { publicPath: { css: '', images: '', svg: '', media: '', fonts: '' } } } ``` See [this file](./service/options-defaults.js) for config options.