https://github.com/zmitry/vue-table
https://github.com/zmitry/vue-table
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zmitry/vue-table
- Owner: zmitry
- Created: 2017-07-16T10:53:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T10:58:18.000Z (almost 9 years ago)
- Last Synced: 2025-03-23T00:26:15.537Z (about 1 year ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# new-projec2
To start:
```bash
$ npm install
```
To develop:
```bash
$ npm run dev```
To build for production:
```bash
$ npm run build
```
To lint you code:
```bash
$ npm run lint
```
---
Generated by [VuePack](https://github.com/egoist/vuepack).