Home


  • Home

  • Tags

  • Categories

  • Archives

  • Search

2020总结

Posted on 2020-12-31 | In Summary
Words count in article: 92 | Reading time ≈ 1

前言

2020年注定是我们难以忘却的一年。

Read more »

vue3(vite基础配置)

Posted on 2020-12-23 | In Vue
Words count in article: 867 | Reading time ≈ 4

初始化 vite

1
2
3
4
$ yarn create vite-app <project-name>
$ cd <project-name>
$ yarn
$ yarn dev

开发/生产环境 配置

变量前缀 prefix = ‘VITE_‘;

1
2
3
4
#.env
VITE_APP_TITLE = vite-app
VITE_PORT = 3000
VITE_OUT_DIR = dist
1
2
#.env.development
VITE_APP_URL = /developmentAPI
1
2
#.env.production
VITE_APP_URL = /productionAPI
Read more »

echarts 自定义y轴(不均匀刻度)

Posted on 2020-05-14 | In Expand
Words count in article: 198 | Reading time ≈ 1

Demand

不均匀刻度的数值 实现在 y 轴固定区间的数值展示;
(例如: 初始数据有 0-10000 的数值, 需要 y 轴集中展示 0-1000 的数据)

Read more »

sass(scss) && less

Posted on 2020-05-11 | In Css
Words count in article: 303 | Reading time ≈ 1

Describe

都属于动态样式语言,可以使用变量、嵌套、运算,混入(Mixin)、继承、颜色处理,函数等, 更易修改及对应的扩展。

Read more »

react

Posted on 2020-05-10 | In React
Words count in article: 545 | Reading time ≈ 2

什么是 React

React 是 Facebook 开发的一款 JS UI 库,用于构建高效、快速的用户界面。它是一个轻量级库,因此很受欢迎。它遵循组件设计模式、声明式编程范式和函数式编程概念,以使前端应用程序更高效。它使用虚拟 DOM 来有效地操作 DOM。它遵循从高阶组件到低阶组件的单向数据流。

Read more »

Hello World

Posted on 2020-05-04 | In Document
Words count in article: 46 | Reading time ≈ 1

Welcome to my first blog!

Describe

Based on Hexo and Next!

Read more »
Saxonion

Saxonion

code porter

6 posts
6 categories
11 tags
GitHub E-Mail
© 2021 Saxonion | Site words total count: 2.1k