https://github.com/balmjs/template-vue-ui
A Vue.js project with router & BalmUI
https://github.com/balmjs/template-vue-ui
balm balm-cli balm-ui vue
Last synced: about 2 months ago
JSON representation
A Vue.js project with router & BalmUI
- Host: GitHub
- URL: https://github.com/balmjs/template-vue-ui
- Owner: balmjs
- Created: 2022-04-15T00:27:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T02:02:48.000Z (over 1 year ago)
- Last Synced: 2024-05-27T12:33:24.659Z (12 months ago)
- Topics: balm, balm-cli, balm-ui, vue
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BalmJS template - `vue-ui`
> A Vue.js project with router & BalmUI
## 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
- For vue3
```sh
balm init vue-ui my-project
```- For vue2
```sh
balm init vue-ui#legacy my-project
``````sh
cd my-project
yarn
# or
npm i
```- (Recommended) [BalmUI](https://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)