Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>taroNew to Visual Studio Code? Get it now.
taro

taro

yuzhibojun

|
4,820 installs
| (0) | Free
快速创建taro代码片段
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

taro基本代码片段

taro

import Taro, { Component } from '@tarojs/taro'
import { View } from '@tarojs/components'

export default class App extends Component {

  componentWillMount () { }

  componentDidMount () { }

  render () {
    return (
      <View className='index'>

      </View>
    )
  }
}

taroless

import Taro, { Component } from '@tarojs/taro'
import { View } from '@tarojs/components'

import './index.less'

export default class App extends Component {

  componentWillMount () { }

  componentDidMount () { }

  render () {
    return (
      <View className='index'>

      </View>
    )
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft