1.0.0 • Published 3 years ago

scene-ui v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.20

3 years ago

0.4.21

3 years ago

0.4.24

3 years ago

0.4.25

3 years ago

0.4.22

3 years ago

0.4.23

3 years ago

0.4.19

3 years ago

0.4.10

3 years ago

0.4.18

3 years ago

0.4.16

3 years ago

0.4.14

3 years ago

0.4.12

3 years ago

0.4.1

3 years ago

0.6.0

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.9

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago