Sign inSign up

wulionel/sharkquila_ui

By wulionel

•Updated about 5 years ago

A quick startup for Sharkquila UI demo site.

Image
0

2.1K

wulionel/sharkquila_ui repository overview

⁠Sharkquila ui demo

This project is an in-depth description of npm package sharkquila_ui_toolkit⁠.

You can initiate your own project with this template⁠ as a quick startup.

⁠What can you expect from this project?

You could use this site as a playground for seeing how the toolkits performed in run time environment, then you could copy and paste the code snippet in your app as a quick startup.

As per UI components listed in the navigation bar, it will describe the component in following dimentions:

  • Overview: The designiated use cases for the control.
  • Live demo: The demonstration of the control in run time.
  • Controls: Part of the configeration options used for manipulate the control.
  • Code: Vue code for fast startup.
  • DOM structure: DOM structure of the current control.
  • Settings: All of the configurable fields with default values.
  • Slots: Available slots of the control. (if any)
  • Events: Desiginated events that could be bind to the control. (if any)
  • Methods: Buildin functions that could be called by referring the control. (if any)

⁠Build (Docker image)

docker run \
    -d \
    -p 8080:<PORT> \
    --name <CONTAINER_NAME> \
    wulionel/sharkquila_ui:latest

⁠Build (local)

Environment setup:

npm i

Launch in production mode:

npm start

Launch in production mode (Docker):

make

Launch in dev mode:

npm run dev

Tag summary

Content type

Image

Digest

Size

75.8 MB

Last updated

about 5 years ago

docker pull wulionel/sharkquila_ui