mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
docs: 优化 docs
This commit is contained in:
parent
976aea12d8
commit
eec2dd8df9
@ -51,7 +51,7 @@ export default { mock: false };
|
|||||||
// .fes.local.js
|
// .fes.local.js
|
||||||
export default {
|
export default {
|
||||||
mock: true,
|
mock: true,
|
||||||
devServer: { port: 8080 }
|
devServer: { port: 8000 }
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ export default {
|
|||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
mock: true,
|
mock: true,
|
||||||
devServer: { port: 8080 }
|
devServer: { port: 8000 }
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ export default { mock: false };
|
|||||||
// .fes.uat.js
|
// .fes.uat.js
|
||||||
export default {
|
export default {
|
||||||
mock: true,
|
mock: true,
|
||||||
devServer: { port: 8080 }
|
devServer: { port: 8000 }
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ FES_ENV=uat fes dev
|
|||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
mock: true,
|
mock: true,
|
||||||
devServer: { port: 8080 }
|
devServer: { port: 8000 }
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ FES_ENV=sit fes dev
|
|||||||
|
|
||||||
### PORT
|
### PORT
|
||||||
|
|
||||||
`fes dev` 时服务指定的端口号,默认是 `8080`
|
`fes dev` 时服务指定的端口号,默认是 `8000`
|
||||||
|
|
||||||
### HOST
|
### HOST
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ pnpm dev
|
|||||||
|
|
||||||
pnpm run v1.22.4
|
pnpm run v1.22.4
|
||||||
$ fes dev
|
$ fes dev
|
||||||
Starting the development server http://localhost:8080 ...
|
Starting the development server http://localhost:8000 ...
|
||||||
|
|
||||||
✔ Webpack
|
✔ Webpack
|
||||||
Compiled successfully in 15.91s
|
Compiled successfully in 15.91s
|
||||||
@ -129,7 +129,7 @@ Starting the development server http://localhost:8080 ...
|
|||||||
npm run dev
|
npm run dev
|
||||||
|
|
||||||
> fes dev
|
> fes dev
|
||||||
Starting the development server http://localhost:8080 ...
|
Starting the development server http://localhost:8000 ...
|
||||||
|
|
||||||
✔ Webpack
|
✔ Webpack
|
||||||
Compiled successfully in 3.66s
|
Compiled successfully in 3.66s
|
||||||
@ -140,7 +140,7 @@ Starting the development server http://localhost:8080 ...
|
|||||||
</CodeGroupItem>
|
</CodeGroupItem>
|
||||||
</CodeGroup>
|
</CodeGroup>
|
||||||
|
|
||||||
Fes.js 会在 [http://localhost:8080](http://localhost:8080) 启动一个热重载的开发服务器。当你修改你的 .vue 文件时,浏览器中的内容也会自动更新。
|
Fes.js 会在 [http://localhost:8000](http://localhost:8000) 启动一个热重载的开发服务器。当你修改你的 .vue 文件时,浏览器中的内容也会自动更新。
|
||||||
|
|
||||||
<img :src="$withBase('home.png')" alt="home">
|
<img :src="$withBase('home.png')" alt="home">
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@ For more info, run any command with the `--help` flag:
|
|||||||
$ vuepress info --help
|
$ vuepress info --help
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-v, --version Display version number
|
-v, --version Display version number
|
||||||
-h, --help Display this message
|
-h, --help Display this message
|
||||||
```
|
```
|
||||||
|
|
||||||
## dev
|
## dev
|
||||||
@ -32,17 +32,17 @@ Usage:
|
|||||||
$ vuepress dev [sourceDir]
|
$ vuepress dev [sourceDir]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-c, --config <config> Set path to config file
|
-c, --config <config> Set path to config file
|
||||||
-p, --port <port> Use specified port (default: 8080)
|
-p, --port <port> Use specified port (default: 8000)
|
||||||
-t, --temp <temp> Set the directory of the temporary files
|
-t, --temp <temp> Set the directory of the temporary files
|
||||||
--host <host> Use specified host (default: 0.0.0.0)
|
--host <host> Use specified host (default: 0.0.0.0)
|
||||||
--cache <cache> Set the directory of the cache files
|
--cache <cache> Set the directory of the cache files
|
||||||
--clean-temp Clean the temporary files before dev
|
--clean-temp Clean the temporary files before dev
|
||||||
--clean-cache Clean the cache files before dev
|
--clean-cache Clean the cache files before dev
|
||||||
--open Open browser when ready
|
--open Open browser when ready
|
||||||
--debug Enable debug mode
|
--debug Enable debug mode
|
||||||
--no-watch Disable watching page and config files (default: true)
|
--no-watch Disable watching page and config files (default: true)
|
||||||
-v, --version Display version number
|
-v, --version Display version number
|
||||||
-h, --help Display this message
|
-h, --help Display this message
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -59,14 +59,14 @@ Usage:
|
|||||||
$ vuepress build [sourceDir]
|
$ vuepress build [sourceDir]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-c, --config <config> Set path to config file
|
-c, --config <config> Set path to config file
|
||||||
-d, --dest <dest> Set the directory build output (default: .vuepress/dist)
|
-d, --dest <dest> Set the directory build output (default: .vuepress/dist)
|
||||||
-t, --temp <temp> Set the directory of the temporary files
|
-t, --temp <temp> Set the directory of the temporary files
|
||||||
--cache <cache> Set the directory of the cache files
|
--cache <cache> Set the directory of the cache files
|
||||||
--clean-temp Clean the temporary files before build
|
--clean-temp Clean the temporary files before build
|
||||||
--clean-cache Clean the cache files before build
|
--clean-cache Clean the cache files before build
|
||||||
--debug Enable debug mode
|
--debug Enable debug mode
|
||||||
-v, --version Display version number
|
-v, --version Display version number
|
||||||
-h, --help Display this message
|
-h, --help Display this message
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ Usage: fes dev [options]
|
|||||||
start a local http service for development
|
start a local http service for development
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--port http service port, like 8080
|
--port http service port, like 8000
|
||||||
--https whether to turn on the https service
|
--https whether to turn on the https service
|
||||||
-h, --help display help for command
|
-h, --help display help for command
|
||||||
```
|
```
|
||||||
@ -120,7 +120,7 @@ Options:
|
|||||||
比如:
|
比如:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
fes dev --port=8080
|
fes dev --port=8000
|
||||||
```
|
```
|
||||||
|
|
||||||
### fes build
|
### fes build
|
||||||
|
@ -78,6 +78,20 @@ export default {
|
|||||||
2.1.x 版本请使用 router.base 代替
|
2.1.x 版本请使用 router.base 代替
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
### builder
|
||||||
|
|
||||||
|
- 类型: `string`
|
||||||
|
- 默认值: 如果装了多个构建,需要通过 builder 指定具体使用哪个
|
||||||
|
- 详情:
|
||||||
|
比如 dev 用 vite,构建用 webpack
|
||||||
|
- 示例:
|
||||||
|
|
||||||
|
```js
|
||||||
|
export default {
|
||||||
|
builder: 'webpack',
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
### define
|
### define
|
||||||
|
|
||||||
- 类型: `object`
|
- 类型: `object`
|
||||||
@ -319,7 +333,7 @@ const defaultTerserOptions = {
|
|||||||
- 默认值:`null`
|
- 默认值:`null`
|
||||||
- 详情:
|
- 详情:
|
||||||
|
|
||||||
通过 [webpack-chain](https://github.com/neutrinojs/webpack-chain) 的 API 修改 webpack 配置。
|
通过 [webpack-chain](https://github.com/sorrycc/webpack-chain#readme) 的 API 修改 webpack 配置。
|
||||||
|
|
||||||
示例:
|
示例:
|
||||||
|
|
||||||
|
@ -1,17 +1,22 @@
|
|||||||
# @fesjs/plugin-windicss
|
# @fesjs/plugin-windicss
|
||||||
|
|
||||||
|
::: warning 即将废弃
|
||||||
|
由于 windicss 不怎么维护了,本插件即将废弃,推荐使用 [tailwindcss](https://tailwindcss.com/)。
|
||||||
|
:::
|
||||||
|
|
||||||
## 介绍
|
## 介绍
|
||||||
|
|
||||||
`windicss` 支持
|
`windicss` 支持
|
||||||
|
|
||||||
## 启用方式
|
## 启用方式
|
||||||
|
|
||||||
在 `package.json` 中引入依赖:
|
在 `package.json` 中引入依赖:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fesjs/plugin-windicss": "^2.0.0"
|
"@fesjs/plugin-windicss": "^2.0.0"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -23,6 +28,6 @@
|
|||||||
export default {
|
export default {
|
||||||
windicss: {
|
windicss: {
|
||||||
root: './',
|
root: './',
|
||||||
}
|
},
|
||||||
}
|
};
|
||||||
```
|
```
|
||||||
|
@ -19,7 +19,7 @@ export default (api) => {
|
|||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: '--port',
|
name: '--port',
|
||||||
description: 'http service port, like 8080',
|
description: 'http service port, like 8000',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '--https',
|
name: '--https',
|
||||||
|
@ -41,7 +41,7 @@ export default (api) => {
|
|||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: '--port',
|
name: '--port',
|
||||||
description: 'http service port, like 8080',
|
description: 'http service port, like 8000',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '--https',
|
name: '--https',
|
||||||
|
@ -78,7 +78,8 @@ export default async function getConfig({ api, cwd, config, env, entry = {}, mod
|
|||||||
.path(absoluteOutput)
|
.path(absoluteOutput)
|
||||||
.publicPath(publicPath || '/')
|
.publicPath(publicPath || '/')
|
||||||
.filename('static/[name].[contenthash:8].js')
|
.filename('static/[name].[contenthash:8].js')
|
||||||
.chunkFilename('static/[name].[contenthash:8].chunk.js');
|
.chunkFilename('static/[name].[contenthash:8].chunk.js')
|
||||||
|
.assetModuleFilename('static/[name][hash:8][ext]');
|
||||||
|
|
||||||
// --------------- resolve -----------
|
// --------------- resolve -----------
|
||||||
webpackConfig.resolve.extensions.merge(['.mjs', '.js', '.jsx', '.vue', '.ts', '.tsx', '.json', '.wasm']);
|
webpackConfig.resolve.extensions.merge(['.mjs', '.js', '.jsx', '.vue', '.ts', '.tsx', '.json', '.wasm']);
|
||||||
@ -293,10 +294,6 @@ export default async function getConfig({ api, cwd, config, env, entry = {}, mod
|
|||||||
aggregateTimeout: 200,
|
aggregateTimeout: 200,
|
||||||
...memo.watchOptions,
|
...memo.watchOptions,
|
||||||
};
|
};
|
||||||
memo.output = {
|
|
||||||
...memo.output,
|
|
||||||
assetModuleFilename: 'static/[name][hash:8][ext]',
|
|
||||||
};
|
|
||||||
|
|
||||||
return memo;
|
return memo;
|
||||||
}
|
}
|
||||||
|
@ -78,12 +78,6 @@ function writePackageJson(pkg, content) {
|
|||||||
fs.writeFileSync(path.join(pkgPath, 'package.json'), `${JSON.stringify(content, null, 2)}\n`);
|
fs.writeFileSync(path.join(pkgPath, 'package.json'), `${JSON.stringify(content, null, 2)}\n`);
|
||||||
}
|
}
|
||||||
|
|
||||||
function genRootPackageVersion() {
|
|
||||||
const pkgPath = path.resolve(path.resolve(__dirname, '..'), 'package.json');
|
|
||||||
const pkg = JSON.parse(fs.readFileSync(pkgPath, 'utf-8'));
|
|
||||||
return semver.inc(pkg.version, 'prerelease', semver.prerelease(pkg.version) && semver.prerelease(pkg.version)[0]);
|
|
||||||
}
|
|
||||||
|
|
||||||
function readPackageVersionAndName(pkg) {
|
function readPackageVersionAndName(pkg) {
|
||||||
const { version, name } = readPackageJson(pkg);
|
const { version, name } = readPackageJson(pkg);
|
||||||
return {
|
return {
|
||||||
@ -140,9 +134,7 @@ const filterChangedPackages = async () => {
|
|||||||
return packages.filter((_v, index) => results[index]);
|
return packages.filter((_v, index) => results[index]);
|
||||||
};
|
};
|
||||||
|
|
||||||
async function createPackageNewVersion(pkg) {
|
async function createPackageNewVersion(name, version) {
|
||||||
const { name, version } = readPackageVersionAndName(pkg);
|
|
||||||
|
|
||||||
// no explicit version, offer suggestions
|
// no explicit version, offer suggestions
|
||||||
const { release } = await prompt({
|
const { release } = await prompt({
|
||||||
type: 'select',
|
type: 'select',
|
||||||
@ -167,12 +159,19 @@ async function createPackageNewVersion(pkg) {
|
|||||||
|
|
||||||
if (!semver.valid(newVersion)) {
|
if (!semver.valid(newVersion)) {
|
||||||
console.log(`invalid target version: ${newVersion}, please again.`);
|
console.log(`invalid target version: ${newVersion}, please again.`);
|
||||||
return createPackageNewVersion(pkg);
|
return createPackageNewVersion(name, version);
|
||||||
}
|
}
|
||||||
|
|
||||||
return newVersion;
|
return newVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async function genRootPackageVersion() {
|
||||||
|
const pkgPath = path.resolve(path.resolve(__dirname, '..'), 'package.json');
|
||||||
|
const pkg = JSON.parse(fs.readFileSync(pkgPath, 'utf-8'));
|
||||||
|
const newVersion = await createPackageNewVersion(pkg.name, pkg.version);
|
||||||
|
return newVersion;
|
||||||
|
}
|
||||||
|
|
||||||
function genOtherPkgsVersion(packagesVersion) {
|
function genOtherPkgsVersion(packagesVersion) {
|
||||||
const noChangedPkgs = packages.filter((name) => !packagesVersion.find((item) => item.dirName === name));
|
const noChangedPkgs = packages.filter((name) => !packagesVersion.find((item) => item.dirName === name));
|
||||||
const pkgs = arrToObj(packagesVersion, 'name');
|
const pkgs = arrToObj(packagesVersion, 'name');
|
||||||
@ -216,7 +215,8 @@ async function main() {
|
|||||||
|
|
||||||
const updatedPkgs = [];
|
const updatedPkgs = [];
|
||||||
for (const pkg of changedPackages) {
|
for (const pkg of changedPackages) {
|
||||||
const newVersion = await createPackageNewVersion(pkg);
|
const { name, version } = readPackageVersionAndName(pkg);
|
||||||
|
const newVersion = await createPackageNewVersion(name, version);
|
||||||
updatedPkgs.push({
|
updatedPkgs.push({
|
||||||
dirName: pkg,
|
dirName: pkg,
|
||||||
newVersion,
|
newVersion,
|
||||||
@ -239,7 +239,7 @@ async function main() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const newRootVersion = genRootPackageVersion();
|
const newRootVersion = await genRootPackageVersion();
|
||||||
|
|
||||||
// update all package versions and inter-dependencies
|
// update all package versions and inter-dependencies
|
||||||
step('\nUpdating cross dependencies...');
|
step('\nUpdating cross dependencies...');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user