1.0.0 • Published 2 years ago

scene-ui v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Scene-UI:A simple ui-component-lib with simple style

🎉🎉 Congratulations on the official v1.0 release

The scene-ui component library is an open source component library maintained by the students of the School of Software of ShanDong University.

Now a total of 15 basic components, 6 scene components, and 2 ui-method components can be used.

Main technology stack: Vue3+TypeScript

Features:

  • out-of-the-box,
  • scene components
  • low-code development platform(not available)

Our website: https://sunburst7.github.io/scene-ui/

The three of us are rookies, and hope make progress together with the mature devloper.

quick start

First you need to install the latest version of Scene-UI:

npm i scene-ui --save		//produce environment
npm i scene-ui --save-dev	//develop environment

Then you need to import our global CSS styles in main.ts or elsewhere:

import 'scene-ui/style'

Then import the components you need as needed:

<script setup lang="ts">
import { SButton } from 'scene-ui'
</script>
<template>
	<s-button>test</s-button>
</template>    

update version

It is recommended to delete the scene-ui dependency package from node_mudules, and then use npm to download it again

1.0.0

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.4.20

2 years ago

0.4.21

2 years ago

0.4.24

2 years ago

0.4.25

2 years ago

0.4.22

2 years ago

0.4.23

2 years ago

0.4.19

2 years ago

0.4.10

2 years ago

0.4.18

2 years ago

0.4.16

2 years ago

0.4.14

2 years ago

0.4.12

2 years ago

0.4.1

2 years ago

0.6.0

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago