Skip to content

vue-express-stack with uikit 3, fontawesome, vue 3 & express

Notifications You must be signed in to change notification settings

marcorensch/vue-express-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIKIT-VUE-EXPRESS STACK

Project Setup

Server

npm install

Client

cd client
npm install

Development

Start Server & Client in one go:

npm run devStart

Starts Server & Client.
Client will be available on 127.0.0.1:8080 after start.

Start Server:

npm run devServer

Start Client:

npm run devClient

OR:

cd client
npm run serve

Build

Server

tbd

Client

cd client
cd run build

About

vue-express-stack with uikit 3, fontawesome, vue 3 & express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published