https://github.com/shariati/vuejs-workshop
A sample Vuejs code structure ( used in VueJS workshop)
https://github.com/shariati/vuejs-workshop
Last synced: 4 months ago
JSON representation
A sample Vuejs code structure ( used in VueJS workshop)
- Host: GitHub
- URL: https://github.com/shariati/vuejs-workshop
- Owner: shariati
- License: mit
- Created: 2017-08-20T08:26:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T03:33:46.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T14:53:57.725Z (4 months ago)
- Language: CSS
- Size: 9.71 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mabnasys.com
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
```