Giter Site home page Giter Site logo

Comments (6)

solarhell avatar solarhell commented on July 23, 2024 1

谢谢 希望可以一起共建这个项目 现在有什么TODO项吗?

from miniprogram-template.

NewFuture avatar NewFuture commented on July 23, 2024

这是一个问题, 后面稳定版发一下 release

from miniprogram-template.

NewFuture avatar NewFuture commented on July 23, 2024

谢谢
这个项目其实是三个部分的集成

  • IDE插件配置 (VSCode + 代码插件) 就是这个项目的: 就是各种默认配置文件,这是模板项目的主要内容
  • 命令行build 工具 miniprogram-build: 完成项目编译和build
  • 模板创建工具 create-miniprogram: 命令行创建

现在模板这部的问题主要是

  • 但是文档不是很完善,说的过于简略和模糊
  • 另一个正在尝试解决的是 sass/wxss 中文件引用能像ts 一样,直接/引用,像background-image: url(/assets/images/img.png)或者@import "/assets/xxx"
    1. 编译支持,这部分build工具已经实现了
    2. 让编辑器能直接定位到引用文件, 现在只能用相对路径或者从src开始 /src/assets/images/img.png在VScode里才能定位到对应文件

from miniprogram-template.

redblue9771 avatar redblue9771 commented on July 23, 2024

貌似sass使用import路径不对

from miniprogram-template.

NewFuture avatar NewFuture commented on July 23, 2024

貌似sass使用import路径不对

@redblue9771 指的什么路径?

from miniprogram-template.

redblue9771 avatar redblue9771 commented on July 23, 2024

貌似sass使用import路径不对

@redblue9771 指的什么路径?

在 app.scss 里面 import 一个 wxss 文件,转出来的 wxss 里 import 的路径无效。#62

from miniprogram-template.

Related Issues (20)

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.