The place for shared static resources of Aiursoft web apps
Install nodejs and npm first.
npm install
npm start
First, install Docker here.
Then run the following commands in a Linux shell:
image=hub.aiursoft.cn/aiursoft/aiurui
appName=aiurui
sudo docker pull $image
sudo docker run -d --name $appName --restart unless-stopped -p 5000:5000 $image
That will start a web server at https://localhost:5000
and you can test the app.
The docker image has the following context:
Properties | Value |
---|---|
Image | hub.aiursoft.cn/aiursoft/aiurui |
Ports | 5000 |
Binary path | /app |
AiurCore is for all Aiursoft apps. This contains some basic tools for Aiursoft front-end programs.
- jQuery
- Popper
- Bootstrap
- Font-awesome
- Dropify
- jquery.validate.js
- jquery.validate.unobtrusive.js
- Clipboard
- jquery-disable-with
- AiurCore
AiurMarket is for Aiursoft home pages. This will create beautiful landing page.
- AiurMarket
AiurDashboard is for Aiursoft dashboard pages.
- SB-Admin
- Datatable
- primer-markdown
All Aiursoft web applications with view shall put all those static files, like stylesheets or js files on our CDN server.
Users can get those files directly from our CDN server.
There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.
Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your personal workflow cruft out of sight.
We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.