Skip to content

Commit d0711c3

Browse files
committed
Merge branch 'main' of github.com:matestack/matestack-ui-vuejs into main
2 parents e9baf0f + 06d052d commit d0711c3

File tree

11 files changed

+36
-435
lines changed

11 files changed

+36
-435
lines changed

.github/workflows/dockerpush.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: specs
22

3-
on: [push]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'docs/**'
7+
- 'README.md'
8+
- 'CHANGELOG.md'
49

510
jobs:
611
test_7_0_ruby_3_0:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
Boost your productivity & easily create reactive web UIs in pure Ruby. Easily extend with pure JavaScript if required. No Opal involved.
1212

13+
**New repo, old git history? This repo was duplicated from `matestack-ui-core` in order to extract Vue.js features into `matestack-ui-vuejs` in Feburary 2022**
14+
1315
## About
1416

1517
`matestack-ui-vuejs` ships all you need to build **reactive** UIs in **pure Ruby** orchestrating prebuilt Vue.js components with a simple Ruby DSL.

0 commit comments

Comments
 (0)