Skip to content

balmjs/template-vue-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

BalmJS template - vue-ssr

A server-rendered Vue project

Requirements

npm install -g balm-cli balm-core
# OR
yarn global add balm-cli balm-core
# Verify
balm -V

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

Installation

balm init vue-ssr my-project

cd my-project
yarn
# or
npm i

(Recommended) BalmUI for your project

Enjoy

# 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

About

A server-rendered Vue.js project (Experimental)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published