2.2.4 • Published 3 years ago

smart-web-test v2.2.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

SmartWeb-产品三组特定版本

警报

Building a web app from smart web.

Tips

smart-form is dependencie in npm - south smart so you install smart-form use

npm install smart-form --registry http://172.16.10.131:4873
// or
ssnpm install smart-form

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Build production netword

npm run realse

Run your tests

npm run test

Lints and fixes files

npm run lint

目录结构

src              源码目录
  --api          Api目录
  --assets       资源目录,存放需要打包资源
  --components   公共组件
  --plugins       Vue插件
  --router       router目录,配置管理
  --store        状态管理目录
  --styles       css/sass/scss/less目录
  --utils        工具,存放全局或某个工具
  --views        视图组件
  .
  --App.vue
  --main.js      vue配置入口