https://github.com/mark-when/vue-view-template
Markwhen view template in Vue
https://github.com/mark-when/vue-view-template
Last synced: 9 months ago
JSON representation
Markwhen view template in Vue
- Host: GitHub
- URL: https://github.com/mark-when/vue-view-template
- Owner: mark-when
- Created: 2023-02-07T19:08:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T09:06:28.000Z (over 1 year ago)
- Last Synced: 2024-11-09T06:16:02.400Z (over 1 year ago)
- Language: TypeScript
- Size: 840 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Markwhen view template (Vue)
Start by cloning this repository, installing necessary dependencies, and running the server:
```
> git clone git@github.com:mark-when/vue-view-template.git
> cd vue-view-template
> npm i
> npm run dev
```
Either clone [markwhen](https://github.com/mark-when/markwhen) or go to [markwhen.com](https://markwhen.com) and add your new view:




This template view merely spits out the entire parser output:

Get started changing things in [App.vue](src/App.vue).