Giter Site home page Giter Site logo

evercyan / cantor Goto Github PK

View Code? Open in Web Editor NEW
67.0 4.0 17.0 55.52 MB

一个简单好用的图床应用

Home Page: https://github.com/evercyan/cantor

License: MIT License

Go 48.55% JavaScript 12.74% Vue 30.64% Less 3.62% Makefile 1.54% HTML 2.06% TypeScript 0.86%
image-hosting mac-app github-api wails vue

cantor's Introduction

Hi there 👋

count

Dino

cantor's People

Contributors

evercyan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cantor's Issues

dependency not found when running `wails build`

Building target: linux/amd64
----------------------------
  - Installing frontend dependencies: Done.
  - Compiling frontend:
    > [email protected] build
    > vue-cli-service build


     ERROR  Failed to compile with 1 error5:18:50 PM

    This dependency was not found:

    * @/components/cantor.vue in ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/app.vue?vue&type=script&lang=js&

    To install it, you can run: npm install --save @/components/cantor.vue

    -  Building for production...
     ERROR  Build failed with errors.

编译的时候cantor组件找不到了。是这个webpack设置有问题吗

// vue.config.js  
module.exports = {
    css: cssConfig,
    configureWebpack: {
        output: {
            filename: "[name].js"
        },
        optimization: {
            splitChunks: false
        },
        resolve: {
            alias: {
                "@": path.resolve(__dirname, vueSrc),
            },
            extensions: ['.js', '.vue', '.json']
        }
    },
    devServer: {
        disableHostCheck: true
    }
};

@evercyan

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.