https://github.com/github0null/eide-mem-layout-view
https://github.com/github0null/eide-mem-layout-view
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/github0null/eide-mem-layout-view
- Owner: github0null
- Created: 2022-06-25T14:16:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T09:16:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T01:42:06.011Z (11 months ago)
- Language: Vue
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eide-mem-layout-view
`Memory Layout WebView` for vscode plug-in [eide](https://marketplace.visualstudio.com/items?itemName=CL.eide)

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).