Code Monkey home page Code Monkey logo

answer_vue's Introduction

answer_vue

开发人员:王海飞

github地址: github.com/coco369

本项目为Vue框架项目,打造面试题搜索引擎项目。项目才用前后分离技术实现,前端为Vue框架、后端采用Python的 Django框架。

运行项目

# 安装依赖
npm install

cnpm install --save axios element-ui

# 启动项目,启动地址为localhost:8080
npm run dev

打包项目

如果执行 npm run build命令时报错,出错为npm: 6.5.0-next.0 should be >= 3.0.0

解决办法如下:

npm install npm@latest -g

Tip: built files are meant to be served over an HTTP server. Opening index.html over file:// won't work.

npm install -g http-server // 该命令只需执行一次, 安装过之后, 以后就不需要重复安装了.

answer_vue's People

Contributors

coco369 avatar vincent6789 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.