Interesting problems encountered in Vue & Vue cli 3.0 project

1. The problem that custom fonts do not work on ios system Background: the blogger recently introduced the third-party font provided by the design into the project during development. It is normal on computers and Android phones, but it does not work on Apple phones. Finally, it is found that ios does not support this font, and the font format ...

Posted by robinhood on Wed, 06 Oct 2021 22:03:30 -0700

vue-cli3 + build pc side management project (III. use of css preprocessor scss)

Using css preprocessor in the project can improve the efficiency of css development, reasonably apply the characteristics of preprocessor, and improve the maintainability of css code. Common at present   There are three kinds of css preprocessors: less, scss(sass upgrade), and stylus. No matter which kind, the most basic variables, exten ...

Posted by jdlev on Sun, 05 Sep 2021 14:35:33 -0700