An open API service indexing awesome lists of open source software.

https://github.com/balmjs/template-vue-master

A Vue.js project with router & store
https://github.com/balmjs/template-vue-master

balm balm-cli vue

Last synced: about 2 months ago
JSON representation

A Vue.js project with router & store

Awesome Lists containing this project

README

        

# BalmJS template - `vue-master`

> A Vue project with router & store (for vue2)

## Requirements

```sh
npm install -g balm-cli balm-core
# OR
yarn global add balm-cli balm-core
```

```sh
# Verify
balm -V

# Output:
# balm-cli: 4.0.0
# balm-core: 4.0.0
```

## Installation

```sh
balm init vue-master my-project

cd my-project
yarn
# or
npm i
```

- (Recommended) [BalmUI](https://v8.material.balmjs.com/) for your project

## Enjoy

```sh
# For development
npm run dev

# For production
npm run prod
```

- thx [BalmJS](https://github.com/balmjs/balm)