Skip to content

zhangchunlin/vuecli-uliweb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuecli-uliweb-example

Steps to init this project

Install Vue Cli 3

npm install -g @vue/cli

Create vue project

vue create vuecli-uliweb-example

Create back-end project

cd vuecli-uliweb-example
uliweb makeproject backend

Directory structure

.
├── babel.config.js
├── backend //Uliweb back-end project
├── devproxy //Proxy for combine front-end and back-end dev servers
├── node_modules
├── package.json
├── package-lock.json
├── public
├── README.md
└── src

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •