Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"updateContentCommand": "yarn",
"postAttachCommand": "yarn start",
"customizations": {
"codespaces": {
"openFiles": ["src/App.vue"]
}
}
}
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

## How to start

### Online

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/DHTMLX/vue-spreadsheet-demo)

### On the local host

Clone the repository or download files.

```
Expand All @@ -20,8 +26,6 @@ npm install
npm run start
```

You can also use [GitHub Codespaces](https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository) to run online.

## Useful links

- **[Online demo](https://replit.com/@dhtmlx/dhtmlx-spreadsheet-with-vue)**
Expand Down