Giter Site home page Giter Site logo

cordova-nuxt-demo's People

Contributors

simllll avatar

Stargazers

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

Watchers

 avatar  avatar

cordova-nuxt-demo's Issues

window replace not working

test
replace -v not working
=> package.json
"replace-relative-paths": " node ./node_modules/replace/bin/replace.js '/nuxtfiles/' 'nuxtfiles/' dist -r ",

replace-relative-paths error

npm ERR! [email protected] replace-relative-paths: replace '/nuxtfiles/' 'nuxtfiles/' dist --recursive && replace '/assets/' 'nuxtfiles/' dist --recursive && replace '(href|src|"href"|"src")="/' '$1="../' dist --recursive && replace '(href|src|"href"|"src"):"/' '$1:"../' dist --recursive

'src' is not recognized as an internal or external command,

double /nuxtfiles/ in replace-relative-paths

when I using in scss ->

nuxt.config.js

css : [
    '~/assets/scss/style.scss'
],
styleResources : {
    scss : [
        '~/assets/scss/fonts.scss'
    ]
},
....

style.scss

.block {
    background-image : url('~assets/img/test.jpeg');
}

or fonts.scss

@font-face {
  font-family  : 'Gilroy';
  src          : url('~assets/fonts/Gilroy-Medium.eot');
  ...
  font-style   : normal;
  font-display : swap;
}

it transforms into ->

http://localhost:8000/nuxtfiles/nuxtfiles/img/a80ec01.jpeg

http://localhost:8000/nuxtfiles/nuxtfiles/fonts/7d5dc17.woff
http://localhost:8000/nuxtfiles/nuxtfiles/img/e0dd053.svg#Gilroy-Medium

/nuxtfiles/nuxtfiles/ - double replace

How I can fix it ?

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.