https://github.com/kurosame/vuejs-boilerplate-js
https://github.com/kurosame/vuejs-boilerplate-js
babel boilerplate vue webpack
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurosame/vuejs-boilerplate-js
- Owner: kurosame
- Created: 2018-03-02T09:02:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T09:52:48.000Z (over 8 years ago)
- Last Synced: 2025-03-28T20:23:04.684Z (about 1 year ago)
- Topics: babel, boilerplate, vue, webpack
- Language: JavaScript
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js Boilerplate JS
rewrote this repository with JavaScript
https://github.com/kurosame/vuejs-boilerplate
## Usage
```sh
git clone https://github.com/kurosame/vuejs-boilerplate-js.git
yarn install
yarn build:vendor # build for vendor (this must be done in advance)
```
## Tasks
```sh
yarn start # webpack-dev-server localhost:8000
yarn build # build for development
yarn build:production # build for production
yarn test # unit test (karma + mocha + power-assert)
```
## Mock
start mock server\
axios sample and async/await sample can be confirmed
```sh
json-server mock.json # localhost:3000
```