1.1.1 • Published 9 months ago
@item.com/desgin-system v1.1.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.1
9 months ago
1.0.19
9 months ago
1.0.18
9 months ago
1.0.20
9 months ago
1.0.17
9 months ago
1.0.16
10 months ago
1.0.15
10 months ago
1.0.14
10 months ago
1.0.13
10 months ago
1.0.12
10 months ago
1.0.11
10 months ago
1.0.10
10 months ago
1.0.9
10 months ago
1.0.8
10 months ago
1.0.7
10 months ago
1.0.6
10 months ago
1.0.5
10 months ago
1.0.4
10 months ago
1.0.3
10 months ago
1.0.2
10 months ago
1.0.1
10 months ago
1.0.0
10 months ago