1.2.1 • Published 9 months ago
@item.com/desgin-system v1.2.1
unis-vue3-base
- It is recommended to use Composition API for project development
Common Commands
- Start
npm start
- Build
npm run build:stage
npm run build:prod
- Unit testing
npm run test
Different Project Env Configurations
- Global Config: under
<root>/configs/linc/
,dev environment under/dev
,production env under/prod
, take wise project for example,e.g:dev/dev.js
andprod/stage.js
; - Proxy:under
<root>/configs/proxy/
, take wise project for example e.g :dev.js
;
Code Formatting
- Use eslint+prettier
- Install Eslint and Prettier plugins in vscode for hints
- No extra plugins needed for webstorm
Dependencies Explanation
- lodash-es: replaces lodash, better tree shaking
- dayjs: time tool library, replaces moment, smaller size
- pinia: state management
- axios+rxjs: http requests. rxjs for data stream processing。Rxjs Operator Decision Tree
- vue-router: routingDocs
- vue-i18n: i18nDocs
- tailwindcss: css framework,Docs
- element plus: A Vue 3 UI Framework,Docs, Please refer to the documentation for colors and component styles. Docs, Basic components are rewritten through styles, and the location of the rewritten file is unis-vue3-base\src\styles\element-plus-reset-light.scss(element-plus-reset-dark.scss)
- @vueuse/core: common Vue 3 hooks Docs
- @vueuse/rxjs: rxjs related hooks Docs
- Material Icons: common icons Docs。Remove related imports in
src/styles/third-party.scss
if not used - Fortawesome: common icons Docs。Remove related imports in
src/styles/third-party.scss
if not used - @formkit/auto-animate: animations Docs
1.1.9
9 months ago
1.1.8
10 months ago
1.1.7
10 months ago
1.1.6
10 months ago
1.1.5
11 months ago
1.1.4
12 months ago
1.1.3
12 months ago
1.2.1
9 months ago
1.1.2
12 months ago
1.1.10
9 months ago
1.1.1
12 months ago
1.0.19
1 year ago
1.0.18
1 year ago
1.0.20
1 year ago
1.0.17
1 year ago
1.0.16
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago