Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbaptista/vue-spa-boilerplate
https://github.com/gbaptista/vue-spa-boilerplate
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbaptista/vue-spa-boilerplate
- Owner: gbaptista
- License: mit
- Created: 2019-12-14T19:29:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:00:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T18:58:15.399Z (about 1 month ago)
- Language: Shell
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boilerplate for VueJS Single-page application
## Compile
```bash
yarn install./build.sh compile all dev
./build.sh compile all prod./build.sh compile html dev
./build.sh compile css dev
./build.sh compile js dev./build.sh compile html prod
./build.sh compile css prod
./build.sh compile js prod
```### Watcher
The watcher automatic compiles the changed files:
```bash
./build.sh watch all dev
./build.sh watch all prod
```## HTTP Server
```bash
python http-server.py
# Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
```## Linters
```bash
yarn install
./javascript-linter.shpip install -r requirements-dev.txt
./python-linter.sh
```