koa2 vue boilerplate
1.0.0
koa2와 vue를 사용하는 관리 애플리케이션 템플릿.
vue-element-admin을 기반으로 vuejs-templates로 빌드된 상용구 복제본입니다.
개발 컴퓨터에 Node.js v6 이상과 npm이 설치되어 있는지 확인하세요. 더 좋아질 테니까
$ git clone https://github.com/Cherish-xzw/koa2-vue-boilerplate.git MyApp
$ cd MyApp
$ npm install # Install project dependencies listed in package.json
koa2 상용구 커밋 기록 없이 새 프로젝트를 시작하려면 다음을 수행할 수 있습니다.
$ git clone --depth=1 https://github.com/Cherish-xzw/koa2-vue-boilerplate.git MyApp
깊이=1은 git에게 기록 데이터 중 하나의 커밋 가치만 가져오도록 지시합니다.
다음을 실행하여 앱을 컴파일하고 실행합니다.
# Compiles the app and opens it in a browser with "hot reload"
# running at http://0.0.0.0:3000
$ npm run dev
# Open the backend API server
# running at http://0.0.0.0:4000
$ npm run server
아니면 프론트엔드와 백엔드를 함께 시작하세요
# Start frontent and backend concurrently
$ npm start
소스맵과 함께 프로덕션용 JS, CSS 및 이미지를 번들로 묶는 build
스크립트입니다.
$ npm run build
release
스크립트는 코드를 프로덕션 환경에 게시하는 데 필요한 모든 것을 번들로 묶을 수 있습니다.
$ npm run release
참고: 이 스크립트는 *nix와 같은 명령줄에서만 실행될 수 있습니다.
node-sass를 설치할 수 없나요?
이 줄을 ~/.npmrc 파일에 넣고 npm install
.
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
phantomjs_cdnurl=https://npm.taobao.org/mirrors/phantomjs/
electron_mirror=https://npm.taobao.org/mirrors/electron/