Skip to content

apsolut-public/quick-assets-with-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick-assets-with-npm

Start building for WordPress in seconds with @wordpress/scripts

  • can start building normal JS/SCSS

  • can start building wp.blocks

    title: 'AP Quick Assets',
    icon: 'smiley',
    category: 'common',  // layout, typography
    attributes: {
        yourColor: {type: 'string'},
    },
    edit: function (props) {
       
    },
    save: function(props) {
        // dont need to use this
        return null
    },
    
    })
    
    
    // install
    npm install
    
    // start and build
    npm run start
    npm run build
    
    
    

About

Start building for WordPress in seconds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published