https://github.com/balmjs/template-vue-ssr
A server-rendered Vue.js project (Experimental)
https://github.com/balmjs/template-vue-ssr
balm balm-cli vue vue-ssr
Last synced: about 2 months ago
JSON representation
A server-rendered Vue.js project (Experimental)
- Host: GitHub
- URL: https://github.com/balmjs/template-vue-ssr
- Owner: balmjs
- Created: 2018-04-11T02:53:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T08:59:11.000Z (over 2 years ago)
- Last Synced: 2024-05-27T12:32:00.867Z (12 months ago)
- Topics: balm, balm-cli, vue, vue-ssr
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BalmJS template - `vue-ssr`
> A server-rendered Vue project
## 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-ssr my-projectcd my-project
yarn
# or
npm i
```> (Recommended) [BalmUI](https://material.balmjs.com/) for your project
## Enjoy
```sh
# For development
npm run dev
node server.js # run dev server for test api# For production
npm run prod# For running server
npm run start
```- thx [BalmJS](https://github.com/balmjs/balm)