Skip to content

Commit

Permalink
Merge pull request #16 from obewds/dev
Browse files Browse the repository at this point in the history
0.1.14 - continued adding files to cli installer - still a WIP
  • Loading branch information
oberocks authored Aug 2, 2023
2 parents 173c021 + e98c854 commit 18db0bf
Show file tree
Hide file tree
Showing 54 changed files with 937 additions and 18 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# The VILT Design System
The official repository for the VILT Design System for the Vue.js, Inertia.js, Laravel, and Tailwind CSS web app stack that is turbocharged with Typescript and VueVentus.

![GitHub package.json version](https://img.shields.io/github/package-json/v/obewds/vilt-ds?label=Github&logo=github&style=for-the-badge)   ![npm](https://img.shields.io/npm/v/@obewds/vilt-ds?color=%23cc3534&logo=npm&style=for-the-badge)



![Vue.js](https://img.shields.io/badge/vue.js-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D)   ![Inertia.js](https://img.shields.io/badge/inertia.js-%239553E9.svg?style=for-the-badge&logo=inertia&logoColor=%23ffffff)   ![Laravel](https://img.shields.io/badge/laravel-%23FF2D20.svg?style=for-the-badge&logo=laravel&logoColor=%23ffffff)   ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)   ![VueVentus](https://img.shields.io/badge/vueventus-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D)   ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)   ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)   ![Dependabot](https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge&logo=dependabot&logoColor=white)


## Installation Prep

Expand Down
1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppTs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (): string;
43 changes: 43 additions & 0 deletions dist/generators/jetstream/generateAppTs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppTs.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppVvClassesTs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (): string;
50 changes: 50 additions & 0 deletions dist/generators/jetstream/generateAppVvClassesTs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppVvClassesTs.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppVvTs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (): string;
Loading

0 comments on commit 18db0bf

Please sign in to comment.